1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 04:31:28 +00:00

js: misc cleanup

This commit is contained in:
Andrew Dolgov
2011-12-10 22:40:12 +04:00
parent 8c622460c2
commit b167df5e60
5 changed files with 4 additions and 24 deletions

View File

@@ -914,11 +914,6 @@ function hotkey_handler(e) {
}
}
if (keycode == 87) { // w
feeds_sort_by_unread = !feeds_sort_by_unread;
return resort_feedlist();
}
if (keycode == 88) { // x
reverseHeadlineOrder();
return;