diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
| -rw-r--r-- | StoneIsland/platforms/ios/www/js/index.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js index 16989eb0..0b3531dd 100644 --- a/StoneIsland/platforms/ios/www/js/index.js +++ b/StoneIsland/platforms/ios/www/js/index.js @@ -70,12 +70,12 @@ 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 { app.account.connect( app.router.launch.bind(app.router) ) - } +// } $("body").removeClass("loading") } |
