mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02:00
Fix box autorepeat - only repeat children of type box
This commit is contained in:
parent
6091d6eb76
commit
388b0816b7
@ -79,7 +79,7 @@ var et2_box = et2_baseWidget.extend([et2_IDetachedDOM],
|
|||||||
|
|
||||||
// Create the new element, if no expansion needed
|
// Create the new element, if no expansion needed
|
||||||
var id = et2_readAttrWithDefault(node, "id", "");
|
var id = et2_readAttrWithDefault(node, "id", "");
|
||||||
if(id.indexOf('$') < 0)
|
if(id.indexOf('$') < 0 || widgetType != 'box')
|
||||||
{
|
{
|
||||||
this.createElementFromNode(node);
|
this.createElementFromNode(node);
|
||||||
childIndex++;
|
childIndex++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user