summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 04:24:13 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 04:24:13 -0600
commit190e24251c17733eff8fc1b11a077ca2da4b6c4f (patch)
treeeef5d4175d41f7296a4a64918d4e50192a496143 /StoneIsland/www/js/index.js
parent0e070756a7e66975fe381577e93dd5f709017bf7 (diff)
rebuild
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 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()