From: tcit Date: Sat, 4 Oct 2014 16:44:18 +0000 (+0200) Subject: search field selected X-Git-Tag: 1.8.0^2~6^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=04b589420eda4e31c6a05d5255b3d863a0428962;p=github%2Fwallabag%2Fwallabag.git search field selected --- diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index b8ac3bfa..073291f4 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig @@ -1,7 +1,7 @@
- : + :
\ No newline at end of file diff --git a/themes/default/js/popupForm.js b/themes/default/js/popupForm.js index 06be3f0c..a32e6e70 100644 --- a/themes/default/js/popupForm.js +++ b/themes/default/js/popupForm.js @@ -10,6 +10,7 @@ $(document).ready(function() { $("#search").click(function(){ closeSearch(); + $('#searchfield').focus(); }); $("#search-form-close").click(function(){