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'
|
width: '0'
|
||||||
}, 200, function () {
|
}, 200, function () {
|
||||||
$('.sidebarSearchField').typeahead('setQuery', '');
|
$('.sidebarSearchField').typeahead('setQuery', '');
|
||||||
|
$('.sidebarSearchField').blur();
|
||||||
sliding1 = false;
|
sliding1 = false;
|
||||||
searchIsOpen = false;
|
searchIsOpen = false;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue