diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 00:31:07 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 00:31:07 +0200 |
| commit | 07e7d260196fa67beb538bc4d4dd154c2a2867ce (patch) | |
| tree | ef1b1c54e24841c9e5718c86bbf8bb3159882f97 /StoneIsland/platforms/ios/www/js/index.js | |
| parent | 44412308278b88fc64be581f42bd91f8bc969397 (diff) | |
scrolling wah
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/index.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js index 9b54ad44..ea992fc7 100755 --- a/StoneIsland/platforms/ios/www/js/index.js +++ b/StoneIsland/platforms/ios/www/js/index.js @@ -96,17 +96,17 @@ var app = (function(){ app.view = null app.router = new SiteRouter () -// if (sdk.env == "test") { -// app.router.launch() -// } -// else { -// } + // if (sdk.env == "test") { + // app.router.launch() + // } + // else { + // } if (navigator.onLine) { app.account.connect(window.deepLinkRoute || '/intro') app.blog.fetch(function(){ console.log("navigating to deep link route after fetch") - app.router.initial_route = window.deepLinkRoute || "/intro" + app.router.initial_route = window.deepLinkRoute || null app.router.launch() }) } |
