diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index b8ac3bfa6..073291f4c 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 06be3f0cd..a32e6e70a 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(){