forked from extern/egroupware
Display null dates as empty
This commit is contained in:
parent
fce81a3e67
commit
c21469a106
@ -605,7 +605,7 @@ var et2_date_ro = et2_valueWidget.extend([et2_IDetachedDOM], {
|
|||||||
|
|
||||||
this.value = _value;
|
this.value = _value;
|
||||||
|
|
||||||
if(_value == 0)
|
if(_value == 0 || _value == null)
|
||||||
{
|
{
|
||||||
this.span.attr("datetime", "");
|
this.span.attr("datetime", "");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user