Reset search results when hidding search bar

This commit is contained in:
Samy Pessé
2014-04-06 16:47:28 -07:00
parent a42f287a92
commit 6fc8255b7f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ define([
$searchInput.focus();
} else {
$searchInput.blur();
$searchInput.val("");
sidebar.filter(null);
}
};