deactivate jQuery chosen

This commit is contained in:
Roland Gruber 2013-12-27 17:33:46 +00:00
parent 9c458ea93e
commit 27585a01a5
1 changed files with 2 additions and 2 deletions

View File

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