summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-21 10:01:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-21 10:01:00 +0900
commitc47addc973af1a685dfa39ed1e484df85a02e306 (patch)
tree91d1f1bd19ca01194acf5223b34e4b430ac5bb54 /src/web/app/desktop/script.ts
parentv3177 (diff)
downloadsharkey-c47addc973af1a685dfa39ed1e484df85a02e306.tar.gz
sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.tar.bz2
sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.zip
#934
Diffstat (limited to 'src/web/app/desktop/script.ts')
-rw-r--r--src/web/app/desktop/script.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/script.ts b/src/web/app/desktop/script.ts
index 694cb7879c..b06cb180e1 100644
--- a/src/web/app/desktop/script.ts
+++ b/src/web/app/desktop/script.ts
@@ -40,7 +40,7 @@ init(async (mios: MiOS) => {
// Start routing
route(mios);
-});
+}, true);
function registerNotifications(stream: HomeStreamManager) {
if (stream == null) return;