make topo autocomplete more responsive

This commit is contained in:
Oliver Gorwits
2013-05-07 21:54:11 +01:00
parent 24c511786f
commit c746e68b9b

View File

@@ -10,6 +10,7 @@
// activate typeahead on the topo boxes // activate typeahead on the topo boxes
$('.nd_topo_dev').autocomplete({ $('.nd_topo_dev').autocomplete({
source: '/ajax/data/deviceip/typeahead' source: '/ajax/data/deviceip/typeahead'
,delay: 150
,minLength: 0 ,minLength: 0
}); });
@@ -36,6 +37,7 @@
return response(data); return response(data);
}); });
} }
,delay: 150
,minLength: 0 ,minLength: 0
}); });