diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-08-25 15:12:10 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-08-25 15:12:10 +0100 |
| commit | 36bf74967c6a6a310a03f2fe30299c8f6bc34124 (patch) | |
| tree | f1aa5028d6eb1b81e6408f9ad18016afb9bebbd5 /tt-rss.js | |
| parent | da61567a39efceb589ce943419d0b1d615b59fe5 (diff) | |
some searchbox focus workarouns, content hash checking is optional now
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |