summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 15:19:43 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 15:19:43 -0500
commit9b656e51232f1b1f2cf210908b569b1a224e7a90 (patch)
treeb73727987c57b201c5ed6d7d4311195a20a18b73 /StoneIsland/www/js/index.js
parent0e783ecb14849eb8ab36f3c4d591ffdbb2e8e942 (diff)
date css
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/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 100644
--- 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()