summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-21 13:09:55 +0100
committerAndrew Dolgov <[email protected]>2006-05-21 13:09:55 +0100
commit164f4738ebbd48dc7379d58aadbd0ff2b658079e (patch)
tree711dfa3a5a181fc26b01a3355c0d2caac96aaf33 /feedlist.js
parent86b682ce2f0b7f20b7cc032df1845f56729fbe82 (diff)
enable search toolbar
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index b5ca9aca2..f61feac60 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -79,6 +79,10 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
var toolbar_query = parent.Form.serialize("main_toolbar_form");
+ if (parent.document.forms["main_toolbar_form"].query) {
+ parent.document.forms["main_toolbar_form"].query.value = "";
+ }
+
var query = "backend.php?op=viewfeed&feed=" + feed + "&" +
toolbar_query + "&subop=" + param_escape(subop);