mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 19:02:34 +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({
|
$('#search').typeahead({
|
||||||
display: 'name',
|
display: 'name',
|
||||||
debug: false,
|
debug: false,
|
||||||
hint: true,
|
cancelButton: true,
|
||||||
minLength: 3,
|
loadingAnimation: true,
|
||||||
|
asyncResult: false,
|
||||||
dynamic: true,
|
dynamic: true,
|
||||||
accent: true,
|
delay: 300,
|
||||||
delay: 500,
|
|
||||||
source: {
|
source: {
|
||||||
search: {
|
search: {
|
||||||
ajax: function (query) {
|
ajax: function (query) {
|
||||||
|
|
Loading…
Reference in a new issue