summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 15:19:43 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 15:19:43 -0500
commit9b656e51232f1b1f2cf210908b569b1a224e7a90 (patch)
treeb73727987c57b201c5ed6d7d4311195a20a18b73 /StoneIsland/platforms/ios/www/js/index.js
parent0e783ecb14849eb8ab36f3c4d591ffdbb2e8e942 (diff)
date css
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
-rw-r--r--StoneIsland/platforms/ios/www/js/index.js10
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")
}