소스 검색

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

Igor Vaynberg 13 년 전
부모
커밋
7cd54f5358
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      select2.js

+ 0 - 3
select2.js

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