From 04b589420eda4e31c6a05d5255b3d863a0428962 Mon Sep 17 00:00:00 2001 From: tcit Date: Sat, 4 Oct 2014 18:44:18 +0200 Subject: [PATCH] search field selected --- themes/baggy/_search-form.twig | 2 +- themes/default/js/popupForm.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(){ -- 2.41.0