summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 15:12:10 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 15:12:10 +0100
commit36bf74967c6a6a310a03f2fe30299c8f6bc34124 (patch)
treef1aa5028d6eb1b81e6408f9ad18016afb9bebbd5 /tt-rss.js
parentda61567a39efceb589ce943419d0b1d615b59fe5 (diff)
some searchbox focus workarouns, content hash checking is optional now
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