removed jQuery chosen plugin
This commit is contained in:
parent
2165d2cc4c
commit
3d086e93d4
|
@ -1164,9 +1164,6 @@ class htmlSelect extends htmlElement {
|
||||||
elseif (sizeof($this->elements) == 0) {
|
elseif (sizeof($this->elements) == 0) {
|
||||||
echo '</div>';
|
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) {
|
if ($this->transient) {
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue