diff options
Diffstat (limited to 'StoneIsland/www/js/index.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 44146e65..ed8d9e5a 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -68,7 +68,7 @@ var app = (function(){ app.view = null app.router = new SiteRouter () - app.router.route() + app.account.connect( app.router.route.bind(app.router) ) } return app |
