autofocus first term of autocomplete for convenience
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
$("#c-pool-elements #a-new input[type=text]").autocomplete({
|
||||
minLength: 1,
|
||||
autoFocus: true,
|
||||
source: function(req, resp) {
|
||||
$.ajax({
|
||||
url: "/pools.json",
|
||||
|
||||
Reference in New Issue
Block a user