diff --git a/main/template/default/layout/footer.tpl b/main/template/default/layout/footer.tpl index d90ed88c09..95dac3fb2c 100644 --- a/main/template/default/layout/footer.tpl +++ b/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() {