summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-03 01:51:25 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-03 01:51:25 -0600
commit85d27af2df1949569192a55ad9f5c3bfd45f6c07 (patch)
tree27e86db872daa9fb9540fc8afa0b95407bdfedd0 /StoneIsland/www/js
parent6b48c2829eb0e7cf406cf4a7081d50f925101044 (diff)
parent03f5e2efae6ddd2b69c73f73214f49d102edf603 (diff)
Merge branch 'master' of https://github.com/okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/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 32b97d4b..16989eb0 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: "development" })
+ sdk.init({ env: "production" })
app.bind()
app.build()