summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-06 15:43:13 +0400
committerAndrew Dolgov <[email protected]>2009-10-06 15:43:13 +0400
commit3d48d3a15f7979656a422323e154c269c6cc25fa (patch)
treed9dc836be95358ec3054b29c6de99b0c0c7829cf /feedlist.js
parent164469f902b1bc0be328e0ecdab555a891e94c05 (diff)
prevent feed search from sticking when moving between feeds
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 7a7869bbf..05109ad23 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -178,6 +178,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
if ($("search_form")) {
var search_query = Form.serialize("search_form");
query = query + "&" + search_query;
+ $("search_form").query.value = "";
closeInfoBox(true);
force_nocache = true;
}