enable search toolbar

This commit is contained in:
Andrew Dolgov
2006-05-21 13:09:55 +01:00
parent 86b682ce2f
commit 164f4738eb
4 changed files with 17 additions and 22 deletions

View File

@@ -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);