From: Andrew Dolgov Date: Mon, 19 May 2008 04:14:19 +0000 (+0100) Subject: hotkey r: fix for categories X-Git-Tag: 1.2.23-final~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5877d115b0e88c052a3caf44e18ad72f58eac89b;p=tt-rss.git hotkey r: fix for categories --- diff --git a/tt-rss.js b/tt-rss.js index 82531773..f1fe9699 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; } }