autofocus first term of autocomplete for convenience
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
var $fields = $("#tags,#post_tag_string,#upload_tag_string");
|
||||
|
||||
$fields.autocomplete({
|
||||
autoFocus: true,
|
||||
focus: function() {
|
||||
return false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user