diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-02 18:15:02 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-02 18:15:02 +0200 |
| commit | 3a12871d8513c1daed9d0309b10df3b40105dad9 (patch) | |
| tree | d9bae94147c1eef4397d0ea08af2fd53411a2de7 /StoneIsland/www/js/index.js | |
| parent | 5881c411a5e5ad329b9283193086301ee6dffc62 (diff) | |
load department id from querystring
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 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() |
