diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-04 20:13:10 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-04 20:13:10 +0200 |
commit | 29e95769b5481f52de55e1601a2d0e4daa2d0e85 (patch) | |
tree | af83b8dbfcef5218f56445bac87c24c0d421c288 /themes/default/js/popupForm.js | |
parent | 8b6c710b099171c9a294f6d7914590ca60bd2f94 (diff) | |
parent | 40d204222888ca436f3f98503483ecd19ff3ba5b (diff) | |
download | wallabag-29e95769b5481f52de55e1601a2d0e4daa2d0e85.tar.gz wallabag-29e95769b5481f52de55e1601a2d0e4daa2d0e85.tar.zst wallabag-29e95769b5481f52de55e1601a2d0e4daa2d0e85.zip |
Merge pull request #854 from wallabag/saveclick2search
Saveclick2search (fix for #831)
Diffstat (limited to 'themes/default/js/popupForm.js')
-rw-r--r-- | themes/default/js/popupForm.js | 1 |
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(){ |