chzn not show search bar if less than 10 option - ref #6569

1.9.x
Hubert Borderiou 13 years ago
parent 725ad52eb4
commit 2baa127afd
  1. 2
      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() {

Loading…
Cancel
Save