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