From: Andrew Dolgov Date: Tue, 6 Oct 2009 11:43:13 +0000 (+0400) Subject: prevent feed search from sticking when moving between feeds X-Git-Tag: 1.3.4~31 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3d48d3a15f7979656a422323e154c269c6cc25fa;p=tt-rss.git prevent feed search from sticking when moving between feeds --- diff --git a/feedlist.js b/feedlist.js index 7a7869bb..05109ad2 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; }