mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 10:51:52 +00:00
WIP
This commit is contained in:
parent
03fc7f6e52
commit
af20c86807
1 changed files with 4 additions and 4 deletions
|
@ -336,11 +336,11 @@
|
|||
$('#search').typeahead({
|
||||
display: 'name',
|
||||
debug: false,
|
||||
hint: true,
|
||||
minLength: 3,
|
||||
cancelButton: true,
|
||||
loadingAnimation: true,
|
||||
asyncResult: false,
|
||||
dynamic: true,
|
||||
accent: true,
|
||||
delay: 500,
|
||||
delay: 300,
|
||||
source: {
|
||||
search: {
|
||||
ajax: function (query) {
|
||||
|
|
Loading…
Reference in a new issue