summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 14:30:18 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 14:30:18 -0600
commit32c8b0fa79e6aa818360341f58b6f327299caf59 (patch)
tree4d53a581790941b5863354c0d903b5583f87a673 /StoneIsland/platforms/android/assets/www/js/index.js
parent6751e1424bb46a3d6a035e695bcd61475e40a13f (diff)
deeplinking working. 0.4.0
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/index.js')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/index.js b/StoneIsland/platforms/android/assets/www/js/index.js
index 73af443a..050a729c 100755
--- a/StoneIsland/platforms/android/assets/www/js/index.js
+++ b/StoneIsland/platforms/android/assets/www/js/index.js
@@ -3,7 +3,7 @@ var app = (function(){
app.init = function(){
- sdk.init({ env: "test" })
+ sdk.init({ env: "production" })
app.bind()
app.build()