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

fix 'x' hotkey, add FeedTree.collapseCat

This commit is contained in:
Andrew Dolgov
2010-12-27 15:39:40 +03:00
parent 7bb8d39a06
commit 7613280acc
2 changed files with 21 additions and 2 deletions

View File

@@ -808,7 +808,7 @@ function hotkey_handler(e) {
if (keycode == 88) { // x
if (activeFeedIsCat()) {
toggleCollapseCat(getActiveFeedId());
dijit.byId("feedTree").collapseCat(getActiveFeedId());
}
}
}