summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 58acf1d30..99c539c25 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -244,6 +244,8 @@ function catchupAllFeeds() {
function viewfeed(feed, skip, subop) {
+ enableHotkeys();
+
var searchbox = document.getElementById("searchbox");
if (searchbox) {
@@ -298,6 +300,8 @@ function cleanSelectedHeadlines() {
function view(id,feed_id) {
+ enableHotkeys();
+
if (xmlhttp_view.readyState != 4 && xmlhttp_view.readyState != 0) {
printLockingError();
return