X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f73f9902e51376cd8fb327cb49343d3a585f5255..526ed56a0144e0602140dd7c65fe237f42a49e44:/WEB-INF/lib/form/DateField.class.php diff --git a/WEB-INF/lib/form/DateField.class.php b/WEB-INF/lib/form/DateField.class.php index 9035bffd..87f9ee82 100644 --- a/WEB-INF/lib/form/DateField.class.php +++ b/WEB-INF/lib/form/DateField.class.php @@ -409,9 +409,6 @@ class DateField extends TextField { if ($this->on_click!="") $html .= " onclick=\"$this->on_click\""; - if ($this->mOnFocus!="") - $html .= " onfocus=\"$this->mOnFocus\""; - $html .= " value=\"".htmlspecialchars($this->getValue())."\""; $html .= ">";