diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:06:56 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:06:56 -0400 |
| commit | 14699818d58beef4b9b20b3ddb3e03641c0b7f21 (patch) | |
| tree | 954ead80ac9b3fed5e75fa18eac4ab157a642a43 /StoneIsland/www/js/vendor/view/router.js | |
| parent | 0ff689f69ccf98d0a3e6f4e190fa3e44cf44c44c (diff) | |
populate collectionview
Diffstat (limited to 'StoneIsland/www/js/vendor/view/router.js')
| -rw-r--r-- | StoneIsland/www/js/vendor/view/router.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/vendor/view/router.js b/StoneIsland/www/js/vendor/view/router.js index bff039b7..d766880f 100644 --- a/StoneIsland/www/js/vendor/view/router.js +++ b/StoneIsland/www/js/vendor/view/router.js @@ -17,7 +17,7 @@ var Router = View.extend({ if (pathname[0] !== "/" && pathname[0] !== "#") { pathname = "/" + pathname } - var routes = is_mobile ? this.mobileRoutes : this.routes, + var routes = this.routes, path = pathname.split("/"); for (var i = 0; i < path.length; i++) { |
