Merge branch 'localstorage-autocomplete' of github.com:r888888888/danbooru into localstorage-autocomplete

This commit is contained in:
r888888888
2014-02-12 16:04:05 -08:00

View File

@@ -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) {