From 36bf74967c6a6a310a03f2fe30299c8f6bc34124 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Aug 2005 15:12:10 +0100 Subject: some searchbox focus workarouns, content hash checking is optional now --- tt-rss.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tt-rss.js') 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 -- cgit v1.2.3