summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/vendor/view/router.js
diff options
context:
space:
mode:
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++) {