mirror of
https://github.com/apache/archiva.git
synced 2025-02-23 11:04:56 +00:00
increase a bit delay for autocomplete search box
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1358944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
062c6ef8bc
commit
21957c06c7
@ -310,6 +310,7 @@ function() {
|
||||
|
||||
$( "#quick-search-autocomplete" ).autocomplete({
|
||||
minLength: 3,
|
||||
delay: 600,
|
||||
source: function(request, response){
|
||||
$.get("restServices/archivaServices/searchService/quickSearch?queryString="+encodeURIComponent(request.term),
|
||||
function(data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user