summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 17:47:22 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 17:47:22 +0100
commit27da8b1ec37c0fc28ce4e6eda1b4913f9676ad24 (patch)
treee0ee438e06d5c90afe2ceb62a20c6d8f4595378e /tt-rss.js
parent35f0a0b63bafca2fc0681d08567ae2927f49c9d7 (diff)
enable search dialog
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index bfe3c67c0..638f066de 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -241,6 +241,7 @@ function resetSearch() {
}
function search() {
+ closeDlg();
viewCurrentFeed(0, "");
}
@@ -384,7 +385,7 @@ function quickMenuGo() {
gotoPreferences();
}
- if (opid == "qmcAdvSearch") {
+ if (opid == "qmcSearch") {
displayDlg("search");
return;
}