mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix forced selection of dropboxes (functions.js:dropboxSelect())
This commit is contained in:
+7
-3
@@ -192,7 +192,11 @@ function toggleCollapseCat(cat) {
|
||||
}
|
||||
|
||||
function init() {
|
||||
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
||||
document.onkeydown = hotkey_handler;
|
||||
parent.setTimeout("timeout()", 1000);
|
||||
try {
|
||||
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
||||
document.onkeydown = hotkey_handler;
|
||||
parent.setTimeout("timeout()", 1000);
|
||||
} catch (e) {
|
||||
exception_error("feedlist/init()", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user