From 27da8b1ec37c0fc28ce4e6eda1b4913f9676ad24 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2005 17:47:22 +0100 Subject: enable search dialog --- tt-rss.js | 3 ++- tt-rss.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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; } diff --git a/tt-rss.php b/tt-rss.php index bb9dbfdc0..b225a1cee 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -209,6 +209,7 @@ Actions: