summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:48:39 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 12:48:39 +0100
commit49cb50a66b7aa7d7685b983d5cf7257370471b85 (patch)
tree8ff608b209bffb636729f1cbf176cb29477795a8 /js/build/app.js
parent13f0f8a5fa6779ff8bfb0e65675ea6be94ffe3a8 (diff)
fix keyboard shortcuts for explore
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 8686ff40d..a56343c26 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -1924,6 +1924,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
var current = navigationArea.find('.active');
var elements = navigationArea.find('.subscriptions-feed:visible,' +
'.starred-feed:visible,' +
+ '.explore-feed:visible,' +
'.feed:visible');
if (current.hasClass('folder')) {
@@ -2018,6 +2019,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
var current = navigationArea.find('.active');
var elements = navigationArea.find('.subscriptions-feed:visible,' +
'.starred-feed:visible,' +
+ '.explore-feed:visible,' +
'.feed:visible');
// special case: folder selected