1
0
mirror of synced 2024-11-22 04:56:08 +03:00

no need to preload results, they will be loaded on open

This commit is contained in:
Igor Vaynberg 2012-03-28 14:43:10 -07:00
parent d7f0c0a8b1
commit 7cd54f5358

View File

@ -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();