summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-22 04:05:42 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-22 04:05:42 -0600
commitced5eccaa7d9c2485301281b45de3acac59e0ce3 (patch)
treeef79a095f4970f69ed0154809c1914650478c76a /StoneIsland/www/js
parentc8ea1aef25e28665478b9d94c4f63d26cda784b1 (diff)
bugfixes cart
Diffstat (limited to 'StoneIsland/www/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()