diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-22 04:05:42 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-22 04:05:42 -0600 |
| commit | ced5eccaa7d9c2485301281b45de3acac59e0ce3 (patch) | |
| tree | ef79a095f4970f69ed0154809c1914650478c76a /StoneIsland/www/js | |
| parent | c8ea1aef25e28665478b9d94c4f63d26cda784b1 (diff) | |
bugfixes cart
Diffstat (limited to 'StoneIsland/www/js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 |
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() |
