1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 06:45:56 +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

@@ -622,7 +622,7 @@ function toggleDispRead() {
debug("toggle_disp_read => " + hide_read_feeds);
hideOrShowFeeds(getFeedsContext().document, hide_read_feeds);
hideOrShowFeeds(hide_read_feeds);
storeInitParam("hide_read_feeds", hide_read_feeds, true);
@@ -1035,7 +1035,7 @@ function hotkey_handler(e) {
}
return false;
}
if (keycode == 191 || keychar == '/') { // /
displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat());
return false;
@@ -1219,6 +1219,10 @@ function hotkey_handler(e) {
}
}
if (keycode == 87) { // w
return resort_feedlist();
}
}
/* Prefix c */