mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:25:57 +00:00
fix feedlist init for IE
This commit is contained in:
@@ -197,6 +197,6 @@ function init() {
|
||||
document.onkeydown = hotkey_handler;
|
||||
parent.setTimeout("timeout()", 1000);
|
||||
} catch (e) {
|
||||
exception_error("feedlist/init()", e);
|
||||
exception_error("feedlist/init", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user