hotkey r: fix for categories

master
Andrew Dolgov 16 years ago
parent 2c3bd11965
commit 5877d115b0

@ -996,7 +996,7 @@ function hotkey_handler(e) {
if (keycode == 82) { // r
if (getActiveFeedId()) {
viewfeed(getActiveFeedId(), "ForceUpdate");
viewfeed(getActiveFeedId(), "ForceUpdate", activeFeedIsCat());
return;
}
}

Loading…
Cancel
Save