X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4a605a698d07ecdc11e11aa8921485ace261cdba..e358c96cac5953f33fec0570e68f99f61802a436:/WEB-INF/lib/form/Combobox.class.php diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index 4d8df251..a421b66a 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -78,10 +78,7 @@ class Combobox extends FormElement { if ($this->mMultiple) $html .= " multiple"; - - if ($this->mTabindex!="") - $html .= " tabindex=\"$this->mTabindex\""; - + if ($this->mOnChange!="") $html .= " onchange=\"$this->mOnChange\"";