summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 11:33:44 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 11:33:44 -0600
commiteb16730a9bbce746e6f77451c46c3f3c0139e509 (patch)
treecb3dd444094ba60d27bceaa7a01d90eadb87a3e5 /StoneIsland/www/js/index.js
parentaa5a9b7c7cd52a69f8dd1d0cdc15475e113e6da0 (diff)
profile shit and faq links
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..73af443a 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: "test" })
app.bind()
app.build()