summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-06 15:04:46 +0400
committerAndrew Dolgov <[email protected]>2009-10-06 15:04:46 +0400
commit164469f902b1bc0be328e0ecdab555a891e94c05 (patch)
tree6769a8c91e657f165a2717a79300567a35dbb47b /feedlist.js
parentc9f185bd28bae7c41f55ebdb61e099246a197fb8 (diff)
check for stuck hotkey prefixe sequences and abort them
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 7de5559b5..7a7869bbf 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -454,6 +454,8 @@ function feedlist_init() {
if (!offline_mode) setTimeout("timeout()", 1);
+ setTimeout("hotkey_prefix_timeout()", 5*1000);
+
if (typeof correctPNG != 'undefined') {
correctPNG();
}