Skip to content

Commit 2e84531

Browse files
committed
removed delay
1 parent f60e5fc commit 2e84531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
for(var i in data) {
136136
$( "#" + data[i] ).autocomplete({
137137
source: "/api/" + data[i],
138-
minLength: 1
138+
minLength: 1,
139+
delay:0
139140
});
140141
}
141142
console.log(data);

0 commit comments

Comments
 (0)