diff options
| author | Rene Ae <aehtyb@gail.com> | 2015-12-22 01:00:19 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gail.com> | 2015-12-22 01:00:19 -0600 |
| commit | 24aaba66007c8f3967d1336a1322ef9141f94ee4 (patch) | |
| tree | 3d844ba55f95505f23daad3edb6044b77e01fdd6 /StoneIsland/www/js/index.js | |
| parent | 0cd5ed392809b343c2f8d85df81f59021129723a (diff) | |
bugfixes
Diffstat (limited to 'StoneIsland/www/js/index.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() |
