1
0
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:
Andrew Dolgov
2008-05-20 12:46:40 +01:00
parent 7abee14fd0
commit 60ea23775a
4 changed files with 118 additions and 175 deletions

View File

@@ -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;