set empty filter when hiding results / esc

remotes/origin/fix-10825
Jörn Friedrich Dreyer 10 years ago
parent 980f88c9b5
commit 74fd31d9bf
  1. 3
      search/js/search.js

@ -246,6 +246,9 @@
}
}
this.hideResults = function() {
if(that.hasFilter(getCurrentApp())) {
that.getFilter(getCurrentApp())('');
}
if ($searchResults) {
$searchResults.hide();
$searchBox.val('');

Loading…
Cancel
Save