mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 09:35:56 +00:00
category search fixes, search dialog now searches in category view
This commit is contained in:
@@ -12,6 +12,7 @@ var firsttime_update = true;
|
||||
var last_refetch = 0;
|
||||
var cookie_lifetime = 0;
|
||||
var active_feed_id = 0;
|
||||
var active_feed_is_cat = false;
|
||||
|
||||
var xmlhttp = Ajax.getTransport();
|
||||
|
||||
@@ -433,7 +434,7 @@ function quickMenuGo(opid) {
|
||||
}
|
||||
|
||||
if (opid == "qmcSearch") {
|
||||
displayDlg("search", getActiveFeedId());
|
||||
displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user