hotkey r: fix for categories

This commit is contained in:
Andrew Dolgov 2008-05-19 05:14:19 +01:00
parent 2c3bd11965
commit 5877d115b0
1 changed files with 1 additions and 1 deletions

View File

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