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:
@@ -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 === '') {
|
||||||
|
Reference in New Issue
Block a user