summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 08:45:38 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 08:45:38 +0100
commit525ea55e482173ca91755cb933a9979fdecd3712 (patch)
tree6fe741420722cc58ddf4d882f791f34ee8e4c8a2 /tt-rss.js
parent04e91733a76a70d193559cfda17e9d8072fe20a0 (diff)
pass activeFeedIsCat() to search dialog when called from hotkey
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 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