From 525ea55e482173ca91755cb933a9979fdecd3712 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 08:45:38 +0100 Subject: pass activeFeedIsCat() to search dialog when called from hotkey --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 47b2a14cb..4fe948179 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -972,7 +972,7 @@ function hotkey_handler(e) { } if (keycode == 191) { // / - return displayDlg("search", getActiveFeedId()); + return displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat()); } if (keycode == 74) { // j -- cgit v1.2.3