diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 12:26:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 12:26:33 -0500 |
| commit | ba082975e3e12e8e7d0d005dad393cd23751f980 (patch) | |
| tree | 952385c5f9d3fd63b41aa1c210f721fa01ffebfd /StoneIsland/www/js/index.js | |
| parent | 532ed5f1a16fad3c2dfc7980c163083f21a60fbc (diff) | |
endpoint
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index ed8d9e5a..546bd637 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -69,6 +69,8 @@ var app = (function(){ app.view = null app.router = new SiteRouter () app.account.connect( app.router.route.bind(app.router) ) + + $("body").removeClass("loading") } return app |
