summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/app/Run.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index 0eb22321c..cd23e8996 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -59,7 +59,7 @@ app.run(function ($rootScope, $location, $http, $q, $interval, $route, Loading,
}
// only redirect if url is empty or faulty
- if (!/^\/items(\/(starred|unread|explore|feeds\/\d+|folders\/\d+))?\/?$/
+ if (!/^\/items(\/(starred|unread|shared|explore|feeds\/\d+|folders\/\d+))?\/?$/
.test(path)) {
$location.path(url);
}