removed jQuery chosen plugin

This commit is contained in:
Roland Gruber 2014-03-02 18:23:38 +00:00
parent 2165d2cc4c
commit 3d086e93d4
2 changed files with 0 additions and 5 deletions

View File

@ -1164,9 +1164,6 @@ class htmlSelect extends htmlElement {
elseif (sizeof($this->elements) == 0) {
echo '</div>';
}
/* 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();
}

File diff suppressed because one or more lines are too long