summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/vendor/view/router.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-16 15:06:56 -0400
committerJules Laplace <jules@okfoc.us>2015-09-16 15:06:56 -0400
commit14699818d58beef4b9b20b3ddb3e03641c0b7f21 (patch)
tree954ead80ac9b3fed5e75fa18eac4ab157a642a43 /StoneIsland/www/js/vendor/view/router.js
parent0ff689f69ccf98d0a3e6f4e190fa3e44cf44c44c (diff)
populate collectionview
Diffstat (limited to 'StoneIsland/www/js/vendor/view/router.js')
-rw-r--r--StoneIsland/www/js/vendor/view/router.js2
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++) {