diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 22:06:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 22:06:43 +0200 |
| commit | d793f5f92da6973173452709473e4bdd46a4171f (patch) | |
| tree | 21ad18c1dd8baf3ab6258b77da4df62ba0278a1c /StoneIsland/platforms/ios/www/js/index.js | |
| parent | af00a4be4be6c3f2eb03f6290834f53dc4a48729 (diff) | |
pushing everything to hub
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js index 43b55b04..a28faabf 100755 --- a/StoneIsland/platforms/ios/www/js/index.js +++ b/StoneIsland/platforms/ios/www/js/index.js @@ -4,7 +4,7 @@ var app = (function(){ app.init = function(){ console.log("init") - if (window.location.hostname === 'lvh.me' || window.location.hostname === 'stone.giraffe.life') { + if (window.location.hostname === 'lvh.me' || window.location.hostname === 'stone.giraffe.life' || window.location.hostname === 'dev.stone.giraffe.life') { console.log('launching in test mode') sdk.init({ env: "test" }) } |
