diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-24 06:29:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-24 07:55:11 +0900 |
| commit | 48341db13d84b4c551665c6d984c4ec037ab44fd (patch) | |
| tree | 4be73e631449c22d40c9cde32096b499fad5e417 /src | |
| parent | Merge pull request #1134 from syuilo/greenkeeper/mongodb-3.0.3 (diff) | |
| download | sharkey-48341db13d84b4c551665c6d984c4ec037ab44fd.tar.gz sharkey-48341db13d84b4c551665c6d984c4ec037ab44fd.tar.bz2 sharkey-48341db13d84b4c551665c6d984c4ec037ab44fd.zip | |
Fix #1131
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/views/pages/home.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/mobile/views/pages/home.vue b/src/web/app/mobile/views/pages/home.vue index e4ba2e7193..5e80bbcebf 100644 --- a/src/web/app/mobile/views/pages/home.vue +++ b/src/web/app/mobile/views/pages/home.vue @@ -177,6 +177,7 @@ export default Vue.extend({ this.saveHome(); }, saveHome() { + (this as any).os.i.client_settings.mobile_home = this.widgets; (this as any).api('i/update_mobile_home', { home: this.widgets }); |