1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00

Removed dalay of at-autocomplete

This commit is contained in:
zhengxie
2012-10-23 20:44:11 +08:00
parent 0fc71e366e
commit fa964eecc3

View File

@@ -135,7 +135,7 @@ function addAtAutocomplete(ele_id, container_id, gids, aj_url, ele_css) {
.autocomplete({ .autocomplete({
appendTo: container_id, appendTo: container_id,
autoFocus: true, autoFocus: true,
delay: 100, delay: 0,
minLength: 0, minLength: 0,
source: function(request, response) { source: function(request, response) {
if (pos === '') { if (pos === '') {