lower delay & minChars for autocomplete
This commit is contained in:
parent
7c36902537
commit
0065852fc7
@ -16,7 +16,9 @@ $(document).ready(function() {
|
|||||||
scroll: true,
|
scroll: true,
|
||||||
scrollHeight: 300,
|
scrollHeight: 300,
|
||||||
selectFirst: false,
|
selectFirst: false,
|
||||||
queryParamName: 's'
|
queryParamName: 's',
|
||||||
|
delay: 150,
|
||||||
|
minChars: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
$("TABLE.sortable").tablesorter();
|
$("TABLE.sortable").tablesorter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user