mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
search field selected
This commit is contained in:
parent
e38e46ecdb
commit
04b589420e
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ $(document).ready(function() {
|
|||
|
||||
$("#search").click(function(){
|
||||
closeSearch();
|
||||
$('#searchfield').focus();
|
||||
});
|
||||
|
||||
$("#search-form-close").click(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue