summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 05:14:19 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 05:14:19 +0100
commit5877d115b0e88c052a3caf44e18ad72f58eac89b (patch)
tree6d9bba5d1d1748b06c0f73d8aead10080461233e /tt-rss.js
parent2c3bd119655a04ab6a27c4f7678e9a7961b75a0d (diff)
hotkey r: fix for categories
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 82531773c..f1fe96998 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -996,7 +996,7 @@ function hotkey_handler(e) {
if (keycode == 82) { // r
if (getActiveFeedId()) {
- viewfeed(getActiveFeedId(), "ForceUpdate");
+ viewfeed(getActiveFeedId(), "ForceUpdate", activeFeedIsCat());
return;
}
}