From 27585a01a5ca34144f59275c4cf52684079d5fc0 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 27 Dec 2013 17:33:46 +0000 Subject: [PATCH] deactivate jQuery chosen --- lam/lib/html.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 194af754..40c6d6b1 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -1161,9 +1161,9 @@ class htmlSelect extends htmlElement { elseif (sizeof($this->elements) == 0) { echo ''; } - if (!$this->multiSelect && !($this->size > 1)) { +/* if (!$this->multiSelect && !($this->size > 1)) { echo ''; - } + }*/ if ($this->transient) { return array(); }