mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Let new boxes repeat as well as legacy boxes
This commit is contained in:
parent
2e61c3a23e
commit
6238302901
@ -94,7 +94,7 @@ export class et2_box extends et2_baseWidget implements et2_IDetachedDOM
|
||||
|
||||
// Create the new element, if no expansion needed
|
||||
var id = et2_readAttrWithDefault(node, "id", "");
|
||||
if(id.indexOf('$') < 0 || ['box','grid'].indexOf(widgetType) == -1)
|
||||
if(id.indexOf('$') < 0 || ['box', 'grid', 'et2-box'].indexOf(widgetType) == -1)
|
||||
{
|
||||
this.createElementFromNode(node);
|
||||
childIndex++;
|
||||
|
Loading…
Reference in New Issue
Block a user