deactivate jQuery chosen
This commit is contained in:
parent
9c458ea93e
commit
27585a01a5
|
@ -1161,9 +1161,9 @@ class htmlSelect extends htmlElement {
|
|||
elseif (sizeof($this->elements) == 0) {
|
||||
echo '</div>';
|
||||
}
|
||||
if (!$this->multiSelect && !($this->size > 1)) {
|
||||
/* if (!$this->multiSelect && !($this->size > 1)) {
|
||||
echo '<script type="text/javascript">jQuery(document).ready(function() {jQuery(\'#' . $this->name . '\').chosen({search_contains: "true"})});</script>';
|
||||
}
|
||||
}*/
|
||||
if ($this->transient) {
|
||||
return array();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue