Update ajax.lib.php

This commit is contained in:
Frédéric FRANCE
2014-10-30 18:45:47 +01:00
parent f18e513046
commit 08e958152c

View File

@@ -173,7 +173,7 @@ function ajax_autocompleter($selected, $htmlname, $url, $urloption='', $minLengt
}
$("#search_'.$htmlname.'").trigger("change"); // To tell that input text field was modified
}
,delay: 1000
,delay: 500
}).data( "autocomplete" )._renderItem = function( ul, item ) {
return $( "<li></li>" )
.data( "item.autocomplete", item )