summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-02 18:15:02 +0200
committerJules Laplace <jules@okfoc.us>2017-04-02 18:15:02 +0200
commit3a12871d8513c1daed9d0309b10df3b40105dad9 (patch)
treed9bae94147c1eef4397d0ea08af2fd53411a2de7 /StoneIsland/www/js/index.js
parent5881c411a5e5ad329b9283193086301ee6dffc62 (diff)
load department id from querystring
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 06bfaaac..e583a2cd 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")
- sdk.init({ env: "production" })
+ sdk.init({ env: "test" })
app.bind()
app.build()