summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2016-01-26 00:56:09 -0600
committerRene Ae <aehtyb@gmail.com>2016-01-26 00:56:09 -0600
commit0213d23870b7247e70fb5f91b6df2f29d6957b30 (patch)
treec725f86fa5d23844a26af12b37bcadf442bf156c /StoneIsland/www/js/index.js
parent74ac46be0a0ca4baf104696cc0c10afdcd12757b (diff)
split column selector
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 cf0116d4..d64f6a49 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: "production" })
+ sdk.init({ env: "development" })
app.bind()
app.build()