From 292ce0e75f6a19f498b84d96d5565bdf021fd7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Wed, 18 Feb 2015 14:11:18 +0000 Subject: [PATCH] rrs: Recipes frontend improvments clean search when select filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- templates/rrs/recipes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index a94703d..a0260f3 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -225,12 +225,14 @@ $(document).ready(function() { $("#select-status a").click(function() { upstreamStatus = this.text applyFilters() + $("#filter").val('') updateRecipeCount() }); $("#select-maintainer a").click(function() { maintainer = this.text applyFilters() + $("#filter").val('') updateRecipeCount() });