Confirmedusers, editor, Administrators
886
edits
CreativeMD (talk | contribs) No edit summary |
CreativeMD (talk | contribs) No edit summary |
||
Line 214: | Line 214: | ||
items.forEach(function (item) { | items.forEach(function (item) { | ||
if (item.parent === undefined | if (item.parent === undefined) { | ||
return; | return; | ||
} | } | ||
if(item.el.prop("invisible")) | |||
return ; | |||
var childPos = item.el.position(); | var childPos = item.el.position(); |