Confirmedusers, editor, Administrators
886
edits
CreativeMD (talk | contribs) No edit summary |
CreativeMD (talk | contribs) No edit summary |
||
Line 153: | Line 153: | ||
// initially hide all children | // initially hide all children | ||
items.forEach(function (item) { | items.forEach(function (item) { | ||
if(item.children.length > 0) { | |||
if ( | if (item.el.attr("data-hide") == "true" || item.parent != undefined) { | ||
//item.el.attr("hide") == "children" | //item.el.attr("hide") == "children" | ||
//alert(item.el.attr("data-hide")); | |||
item.el.find(".content").click(); | |||
} | |||
} | } | ||
}); | }); |