diff options
| author | Rene Ae <aehtyb@gmail.com> | 2016-01-26 00:57:39 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2016-01-26 00:57:39 -0600 |
| commit | 423642a2dc95e775e16116327d321b11fa78ea25 (patch) | |
| tree | 039285f21692f558acc0f2fbcd755e25c3149945 | |
| parent | 0213d23870b7247e70fb5f91b6df2f29d6957b30 (diff) | |
production
| -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 d64f6a49..cf0116d4 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: "development" }) + sdk.init({ env: "production" }) app.bind() app.build() |
