1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 05:45:56 +00:00

various search-related improvements

This commit is contained in:
Andrew Dolgov
2006-01-09 10:47:02 +01:00
parent 8e84993bf9
commit 49b7cbd351
3 changed files with 16 additions and 7 deletions

View File

@@ -266,7 +266,7 @@ function resetSearch() {
}
function search() {
closeDlg();
closeDlg();
viewCurrentFeed(0, "");
}
@@ -411,7 +411,7 @@ function quickMenuGo() {
}
if (opid == "qmcSearch") {
displayDlg("search");
displayDlg("search", getActiveFeedId());
return;
}