summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-07 11:32:37 -0500
committerJules Laplace <jules@okfoc.us>2016-11-07 11:32:37 -0500
commitdeb3e8c4705647505d54439e0c7f8fe5ffc23551 (patch)
tree483d7fde3ca346f40104dbe10f23a5ead1f46038 /StoneIsland/www/js/index.js
parent936dac0d53696d48c8e24998731c3440022207ca (diff)
temp collection
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 6bea75d0..c246ae9a 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()