소스 검색

git Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into julio6666

Julio Montoya 11 년 전
부모
커밋
79d68f4314
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/template/default/layout/footer.tpl

+ 1 - 1
main/template/default/layout/footer.tpl

@@ -63,7 +63,7 @@
 /* Makes row highlighting possible */
 $(document).ready( function() {
     //Chosen select
-    $(".chzn-select").chosen();     
+    $(".chzn-select").chosen({disable_search_threshold: 10});
     
     //Table highlight
     $("form .data_table input:checkbox").click(function() {