summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 11:53:22 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 11:53:22 -0600
commit5680371ea44af2bd576e9b936c9e43ee5ab47376 (patch)
tree9691d493e42d28c754dc9bd6818e25cf326cb556 /StoneIsland/www/js
parenteb16730a9bbce746e6f77451c46c3f3c0139e509 (diff)
0.3.5
Diffstat (limited to 'StoneIsland/www/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 73af443a..050a729c 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()