summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2016-01-26 00:57:39 -0600
committerRene Ae <aehtyb@gmail.com>2016-01-26 00:57:39 -0600
commit423642a2dc95e775e16116327d321b11fa78ea25 (patch)
tree039285f21692f558acc0f2fbcd755e25c3149945
parent0213d23870b7247e70fb5f91b6df2f29d6957b30 (diff)
production
-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 d64f6a49..cf0116d4 100755
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -4,7 +4,7 @@ var app = (function(){
app.init = function(){
console.log("init")
- sdk.init({ env: "development" })
+ sdk.init({ env: "production" })
app.bind()
app.build()