diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 14:58:47 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 14:58:47 -0500 |
| commit | 0e783ecb14849eb8ab36f3c4d591ffdbb2e8e942 (patch) | |
| tree | 205b93dfac15aab6bf434ce99c4322b72bcb77b8 /StoneIsland/www/js/index.js | |
| parent | 83b5ea8a94a3308e3401c01366bbae561f32a524 (diff) | |
openson ui
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 12 |
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") } |
