blurred input when closing search so that typing in it is no longer possible
This commit is contained in:
parent
e67a520a24
commit
e9b25be060
1 changed files with 1 additions and 0 deletions
1
app/assets/javascripts/jquery/EveryPage.js
vendored
1
app/assets/javascripts/jquery/EveryPage.js
vendored
|
@ -101,6 +101,7 @@ $(document).ready(function () {
|
|||
width: '0'
|
||||
}, 200, function () {
|
||||
$('.sidebarSearchField').typeahead('setQuery', '');
|
||||
$('.sidebarSearchField').blur();
|
||||
sliding1 = false;
|
||||
searchIsOpen = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue