diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-12 05:38:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-12 05:38:48 +0900 |
| commit | 0ff8c11ee1a932b90b400c2d239dbee14ad233ba (patch) | |
| tree | d04890f5570b7aaab762d52f709d7b5d4119b6cb /src/web | |
| parent | v3028 (diff) | |
| download | misskey-0ff8c11ee1a932b90b400c2d239dbee14ad233ba.tar.gz misskey-0ff8c11ee1a932b90b400c2d239dbee14ad233ba.tar.bz2 misskey-0ff8c11ee1a932b90b400c2d239dbee14ad233ba.zip | |
:v:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/mixins/widget.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/desktop/mixins/widget.js b/src/web/app/desktop/mixins/widget.js index d21811fa2c..2bf858ebe6 100644 --- a/src/web/app/desktop/mixins/widget.js +++ b/src/web/app/desktop/mixins/widget.js @@ -16,6 +16,7 @@ riot.mixin('widget', { }, save: function() { + this.update(); this.api('i/update_home', { id: this.id, data: this.data |