From: Andrew Dolgov Date: Tue, 20 Dec 2005 16:47:22 +0000 (+0100) Subject: enable search dialog X-Git-Tag: schema_freeze_for_1.1.1~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=27da8b1ec37c0fc28ce4e6eda1b4913f9676ad24;p=tt-rss.git enable search dialog --- diff --git a/tt-rss.js b/tt-rss.js index bfe3c67c..638f066d 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; } diff --git a/tt-rss.php b/tt-rss.php index bb9dbfdc..b225a1ce 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -209,6 +209,7 @@ Actions: