1
0
Fork 0
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:
tcit 2014-10-04 18:44:18 +02:00
parent e38e46ecdb
commit 04b589420e
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ $(document).ready(function() {
$("#search").click(function(){
closeSearch();
$('#searchfield').focus();
});
$("#search-form-close").click(function(){