diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 04:24:13 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 04:24:13 -0600 |
| commit | 190e24251c17733eff8fc1b11a077ca2da4b6c4f (patch) | |
| tree | eef5d4175d41f7296a4a64918d4e50192a496143 /StoneIsland/www/js/index.js | |
| parent | 0e070756a7e66975fe381577e93dd5f709017bf7 (diff) | |
rebuild
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 468c0d7e..0b3531dd 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: "test" }) + sdk.init({ env: "production" }) app.bind() app.build() |
