1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+1
View File
@@ -95,6 +95,7 @@ function viewfeed(feed, skip, subop, doc) {
if (search_query != "") {
query = query + "&search=" + param_escape(search_query);
searchbox.value = "";
}
var headlines_frame = parent.frames["headlines-frame"];