summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gail.com>2015-12-22 01:00:19 -0600
committerRene Ae <aehtyb@gail.com>2015-12-22 01:00:19 -0600
commit24aaba66007c8f3967d1336a1322ef9141f94ee4 (patch)
tree3d844ba55f95505f23daad3edb6044b77e01fdd6 /StoneIsland/www/js/index.js
parent0cd5ed392809b343c2f8d85df81f59021129723a (diff)
bugfixes
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 050a729c..ad4c6d20 100755
--- 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: "development" })
app.bind()
app.build()