mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:05:56 +00:00
fix forced selection of dropboxes (functions.js:dropboxSelect())
This commit is contained in:
10
feedlist.js
10
feedlist.js
@@ -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