autofocus first term of autocomplete for convenience

This commit is contained in:
Toks
2013-06-19 22:23:22 -04:00
parent ba539b0e18
commit 62a3391c04
4 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
var $fields = $("#tags,#post_tag_string,#upload_tag_string");
$fields.autocomplete({
autoFocus: true,
focus: function() {
return false;
},