aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/js
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-10-04 18:44:18 +0200
committertcit <tcit@tcit.fr>2014-10-04 18:44:18 +0200
commit04b589420eda4e31c6a05d5255b3d863a0428962 (patch)
tree0ce7a2ca3648c2b9f063c2a20538b8874b056d79 /themes/default/js
parente38e46ecdbb522d3ff296b36a46167c8fbfb501d (diff)
downloadwallabag-04b589420eda4e31c6a05d5255b3d863a0428962.tar.gz
wallabag-04b589420eda4e31c6a05d5255b3d863a0428962.tar.zst
wallabag-04b589420eda4e31c6a05d5255b3d863a0428962.zip
search field selected
Diffstat (limited to 'themes/default/js')
-rw-r--r--themes/default/js/popupForm.js1
1 files changed, 1 insertions, 0 deletions
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() {
10 10
11 $("#search").click(function(){ 11 $("#search").click(function(){
12 closeSearch(); 12 closeSearch();
13 $('#searchfield').focus();
13 }); 14 });
14 15
15 $("#search-form-close").click(function(){ 16 $("#search-form-close").click(function(){