1
0
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:
Andrew Dolgov
2006-08-01 05:13:48 +01:00
parent 59e2aab468
commit 0a6c4846cd
5 changed files with 54 additions and 14 deletions

View File

@@ -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;
}