blurred input when closing search so that typing in it is no longer possible

This commit is contained in:
Connor Turland 2014-06-11 19:29:05 -04:00
parent e67a520a24
commit e9b25be060

View file

@ -101,6 +101,7 @@ $(document).ready(function () {
width: '0'
}, 200, function () {
$('.sidebarSearchField').typeahead('setQuery', '');
$('.sidebarSearchField').blur();
sliding1 = false;
searchIsOpen = false;
});