mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 05:15:57 +00:00
hotkey r: fix for categories
This commit is contained in:
@@ -996,7 +996,7 @@ function hotkey_handler(e) {
|
|||||||
|
|
||||||
if (keycode == 82) { // r
|
if (keycode == 82) { // r
|
||||||
if (getActiveFeedId()) {
|
if (getActiveFeedId()) {
|
||||||
viewfeed(getActiveFeedId(), "ForceUpdate");
|
viewfeed(getActiveFeedId(), "ForceUpdate", activeFeedIsCat());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user