diff options
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 72584894..4cae2f24 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -105,6 +105,7 @@ var app = (function(){ if (navigator.onLine) { app.account.connect(app.deepLinkRoute || '/intro') app.blog.fetch(function(){ + console.log("navigating to deep link route after fetch") app.router.initial_route = app.deepLinkRoute || "/intro" app.router.launch() }) |
