summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:50:30 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:50:30 +0100
commit15d92b27870024c2a12bc41a41b5e52641cd0e25 (patch)
tree233314fe18277d98a8880f9333f503f75f602949 /js/build/app.js
parent49cb50a66b7aa7d7685b983d5cf7257370471b85 (diff)
fix keyboard shortcuts for explore
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/build/app.js b/js/build/app.js
index a56343c26..c8391cee5 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -1922,9 +1922,9 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
var nextFeed = function (navigationArea) {
var current = navigationArea.find('.active');
- var elements = navigationArea.find('.subscriptions-feed:visible,' +
+ var elements = navigationArea.find('.explore-feed,' +
+ '.subscriptions-feed:visible,' +
'.starred-feed:visible,' +
- '.explore-feed:visible,' +
'.feed:visible');
if (current.hasClass('folder')) {
@@ -2017,9 +2017,9 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
var previousFeed = function (navigationArea) {
var current = navigationArea.find('.active');
- var elements = navigationArea.find('.subscriptions-feed:visible,' +
+ var elements = navigationArea.find('.explore-feed,' +
+ '.subscriptions-feed:visible,' +
'.starred-feed:visible,' +
- '.explore-feed:visible,' +
'.feed:visible');
// special case: folder selected