summaryrefslogtreecommitdiffstats
path: root/search/js/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'search/js/search.js')
-rw-r--r--search/js/search.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/search/js/search.js b/search/js/search.js
index 4933bbec625..f2ed58a8436 100644
--- a/search/js/search.js
+++ b/search/js/search.js
@@ -246,6 +246,9 @@
}
}
this.hideResults = function() {
+ if(that.hasFilter(getCurrentApp())) {
+ that.getFilter(getCurrentApp())('');
+ }
if ($searchResults) {
$searchResults.hide();
$searchBox.val('');