diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-29 19:58:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-29 19:58:51 +0200 |
| commit | 4da1d17b84d25fb4b34e583e4bf3b64f5ad2e147 (patch) | |
| tree | c9a91d4984306ad6ccc863bc8898a376c2d543ca /StoneIsland/www/js/index.js | |
| parent | f2e36623ffe69eb2165443909947e8aa9badea09 (diff) | |
staging domain check
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | 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 a28faabf..72358e0e 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/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' || window.location.hostname === 'dev.stone.giraffe.life') { + if (window.location.hostname === 'lvh.me' || window.location.hostname === 'dev.stone.giraffe.life' || window.location.hostname === 'staging.stone.giraffe.life') { console.log('launching in test mode') sdk.init({ env: "test" }) } |
