diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:11:28 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:11:28 -0500 |
| commit | 83a884197ff0226631a46e4894f22b8468b15598 (patch) | |
| tree | 4048ed87510ae15d283f63ef799072914ed4b2d3 /StoneIsland/www/js/index.js | |
| parent | ef14c875d7056f90be606ebf1f389c112b947f81 (diff) | |
add deep linking lib
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 1f2de128..e6bdf49f 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -69,7 +69,7 @@ var app = (function(){ app.view = null app.router = new SiteRouter () - app.account.connect( app.router.route.bind(app.router) ) + app.account.connect( app.router.launch.bind(app.router) ) $("body").removeClass("loading") } |
