no need to preload results, they will be loaded on open
This commit is contained in:
parent
d7f0c0a8b1
commit
7cd54f5358
@ -713,9 +713,6 @@
|
||||
if (this.select) {
|
||||
selected = this.select.find(":selected");
|
||||
this.updateSelection({id: selected.attr("value"), text: selected.text()});
|
||||
|
||||
// preload all results
|
||||
this.updateResults();
|
||||
}
|
||||
|
||||
this.setPlaceholder();
|
||||
|
Loading…
Reference in New Issue
Block a user