From 164469f902b1bc0be328e0ecdab555a891e94c05 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Oct 2009 15:04:46 +0400 Subject: check for stuck hotkey prefixe sequences and abort them --- feedlist.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'feedlist.js') 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(); } -- cgit v1.2.3