summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-24 17:44:00 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-24 17:44:00 +0100
commit163d269eef310617a23b6b8be8270b44794dd723 (patch)
treeb647970281e8e89c1a976fbae12ed30e19e6db57 /StoneIsland/www/js/index.js
parent4380488815fa9dfe899fbacf71f5e0848544dd37 (diff)
deep linking working
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js1
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()
})