mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 05:21:28 +00:00
feedlist-related code cleanup
This commit is contained in:
@@ -332,7 +332,7 @@ function feedlist_init() {
|
||||
|
||||
debug("in feedlist init");
|
||||
|
||||
hideOrShowFeeds(document, getInitParam("hide_read_feeds") == 1);
|
||||
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
|
||||
document.onkeydown = hotkey_handler;
|
||||
document.onmousemove = mouse_move_handler;
|
||||
document.onmousedown = mouse_down_handler;
|
||||
|
||||
Reference in New Issue
Block a user