forked from extern/egroupware
Fix error breaking dates in nm
This commit is contained in:
parent
bd06c4c9d5
commit
c7d3cba6c6
@ -674,7 +674,6 @@ var et2_date_ro = et2_valueWidget.extend([et2_IDetachedDOM], {
|
|||||||
this.span = jQuery(_nodes[0]);
|
this.span = jQuery(_nodes[0]);
|
||||||
this.set_value(_values["value"]);
|
this.set_value(_values["value"]);
|
||||||
|
|
||||||
this._super.apply(this, arguments);
|
|
||||||
if(_values["class"])
|
if(_values["class"])
|
||||||
{
|
{
|
||||||
this.span.addClass(_values["class"]);
|
this.span.addClass(_values["class"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user