summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 00:12:45 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 00:12:45 -0500
commit46af04f4b25180fdb7ad928de13c6f7d1b109414 (patch)
treef4c4b53c55161421979aeff82edec8082cf80548 /StoneIsland/www/js/index.js
parentf78a20cc8a132ce317bb5d3dd36a0f39d8650cb8 (diff)
development mode
Diffstat (limited to 'StoneIsland/www/js/index.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 573ce720..32b97d4b 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: "test" })
+ sdk.init({ env: "development" })
app.bind()
app.build()