diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-10-29 01:09:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-10-29 01:09:10 -0400 |
| commit | bd475ae6ae43cbe1d937ab7c4326ac0dda9bc81f (patch) | |
| tree | 175acdc988ec517e9bf2be73b699c695a237e366 /StoneIsland/www/js/index.js | |
| parent | fffc000bd73b740318762747c07aa39adca1313a (diff) | |
make proxy work for gets
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 332e780d..a8c36ef1 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({ production: true }) + sdk.init({ env: 'production' }) if (window.cordova) { document.addEventListener('deviceready', app.ready, false) |
