summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-04 01:27:57 -0500
committerJules Laplace <jules@okfoc.us>2015-11-04 01:27:57 -0500
commit9dd3ae274650fba0deff45f04a666fe3ec5828a9 (patch)
tree9e9af338d35eefe99f33c185192f1a0fe7dd0140 /StoneIsland/www/js/index.js
parentbd475ae6ae43cbe1d937ab7c4326ac0dda9bc81f (diff)
parent80f1271c496e8e9af6c3b746d1481e23363add61 (diff)
merge
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 a8c36ef1..e0b08351 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -5,7 +5,7 @@ var app = (function(){
app.bind()
app.build()
- sdk.init({ env: 'production' })
+ sdk.init({ env: "test" })
if (window.cordova) {
document.addEventListener('deviceready', app.ready, false)