summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-23 20:40:15 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-23 20:40:15 +0200
commit355f58177a3f4ec6af6ffbb909de8fbc91d2f833 (patch)
treeae47fc2045af556100fff62f73955a687f5a2bf7 /StoneIsland/www/js/index.js
parentcc8e24461c625400143677956bdffb9268d8050b (diff)
hit new endpoints
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 43b55b04..a28faabf 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') {
+ 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" })
}