1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 07:25:55 +00:00

hotkey r: fix for categories

This commit is contained in:
Andrew Dolgov
2008-05-19 05:14:19 +01:00
parent 2c3bd11965
commit 5877d115b0

View File

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