1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +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({
appendTo: container_id,
autoFocus: true,
delay: 100,
delay: 0,
minLength: 0,
source: function(request, response) {
if (pos === '') {