1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 19:21:28 +00:00

check for stuck hotkey prefixe sequences and abort them

This commit is contained in:
Andrew Dolgov
2009-10-06 15:04:46 +04:00
parent c9f185bd28
commit 164469f902
2 changed files with 27 additions and 1 deletions

View File

@@ -454,6 +454,8 @@ function feedlist_init() {
if (!offline_mode) setTimeout("timeout()", 1);
setTimeout("hotkey_prefix_timeout()", 5*1000);
if (typeof correctPNG != 'undefined') {
correctPNG();
}