diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 12:29:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 12:29:33 -0500 |
| commit | 2df4da05937755e2835ee68777c957bce34fb1e3 (patch) | |
| tree | efbd214124d661e43348e2020e42924f3a622fb2 /StoneIsland/www/js | |
| parent | 4f918fe591ee671146333a400addc24d1fc5b116 (diff) | |
t
Diffstat (limited to 'StoneIsland/www/js')
| -rw-r--r-- | 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 546bd637..1426cd5a 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -5,7 +5,7 @@ var app = (function(){ app.bind() app.build() - sdk.init({ env: "test" }) + sdk.init({ env: "development" }) app.iscroll_options = { mouseWheel: true, |
