diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 11:33:44 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 11:33:44 -0600 |
| commit | eb16730a9bbce746e6f77451c46c3f3c0139e509 (patch) | |
| tree | cb3dd444094ba60d27bceaa7a01d90eadb87a3e5 /StoneIsland/www/js/index.js | |
| parent | aa5a9b7c7cd52a69f8dd1d0cdc15475e113e6da0 (diff) | |
profile shit and faq links
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 050a729c..73af443a 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -3,7 +3,7 @@ var app = (function(){ app.init = function(){ - sdk.init({ env: "production" }) + sdk.init({ env: "test" }) app.bind() app.build() |
