mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-21 21:02:02 +01:00
Avoid an error if type is missing
This commit is contained in:
parent
0917e21707
commit
d3f498f0f4
@ -352,7 +352,7 @@ var et2_placeholder = et2_baseWidget.extend([et2_IDetachedDOM],
|
||||
.addClass("et2_placeholder");
|
||||
|
||||
var headerNode = $j(document.createElement("span"))
|
||||
.text(this._type)
|
||||
.text(this._type || "")
|
||||
.addClass("et2_caption")
|
||||
.appendTo(this.placeDiv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user