summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js
index 511849ad..72584894 100755
--- a/StoneIsland/platforms/ios/www/js/index.js
+++ b/StoneIsland/platforms/ios/www/js/index.js
@@ -103,9 +103,9 @@ var app = (function(){
// }
if (navigator.onLine) {
- app.account.connect()
+ app.account.connect(app.deepLinkRoute || '/intro')
app.blog.fetch(function(){
- app.router.initial_route = "/intro"
+ app.router.initial_route = app.deepLinkRoute || "/intro"
app.router.launch()
})
}