]> git.wh0rd.org - tt-rss.git/commitdiff
hotkey r: fix for categories
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 May 2008 04:14:19 +0000 (05:14 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 May 2008 04:14:19 +0000 (05:14 +0100)
tt-rss.js

index 82531773c72b830aa8403adff12cb3e6e75dff23..f1fe969986cc1074a2f3fb8b5dee6e5864975dce 100644 (file)
--- 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;
                                }
                        }