Merge branch 'localstorage-autocomplete' of github.com:r888888888/danbooru into localstorage-autocomplete
This commit is contained in:
@@ -137,7 +137,9 @@
|
||||
|
||||
$fields_single.autocomplete({
|
||||
minLength: 1,
|
||||
source: Danbooru.Autocomplete.normal_source
|
||||
source: function(req, resp) {
|
||||
Danbooru.Autocomplete.normal_source(req.term, resp);
|
||||
}
|
||||
});
|
||||
|
||||
$.merge($fields_multiple, $fields_single).each(function(i, field) {
|
||||
|
||||
Reference in New Issue
Block a user