summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 16989eb0..468c0d7e 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -3,7 +3,7 @@ var app = (function(){
app.init = function(){
- sdk.init({ env: "production" })
+ sdk.init({ env: "test" })
app.bind()
app.build()
@@ -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")
}