summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 82766082..332e780d 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -4,6 +4,8 @@ var app = (function(){
app.init = function(){
app.bind()
app.build()
+
+ sdk.init({ production: true })
if (window.cordova) {
document.addEventListener('deviceready', app.ready, false)