summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-21 23:02:44 -0800
committerJules Laplace <jules@okfoc.us>2015-12-21 23:02:44 -0800
commit958bc0f9585c741a3147dee368c09254a1717d69 (patch)
treeb21ae8ada3c3c73d0bf54a611b054edd1d2b3006 /StoneIsland/www/js/index.js
parenta82385e14c7ede73ef6893af8235f2e9e145da53 (diff)
parent56275fcf2d133967f0f4baed9542d233e5e36ec4 (diff)
Merge branch 'android' of github.com:okfocus/stone-island into android
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 050a729c..ad4c6d20 100755
--- 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: "production" })
+ sdk.init({ env: "development" })
app.bind()
app.build()