diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 10:01:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 10:01:00 +0900 |
| commit | c47addc973af1a685dfa39ed1e484df85a02e306 (patch) | |
| tree | 91d1f1bd19ca01194acf5223b34e4b430ac5bb54 /src/web/app/mobile/script.ts | |
| parent | v3177 (diff) | |
| download | sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.tar.gz sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.tar.bz2 sharkey-c47addc973af1a685dfa39ed1e484df85a02e306.zip | |
#934
Diffstat (limited to 'src/web/app/mobile/script.ts')
| -rw-r--r-- | src/web/app/mobile/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/script.ts b/src/web/app/mobile/script.ts index 74dfe3dfe8..4dfff8f72f 100644 --- a/src/web/app/mobile/script.ts +++ b/src/web/app/mobile/script.ts @@ -19,4 +19,4 @@ init((mios: MiOS) => { // Start routing route(mios); -}); +}, true); |