MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 364: Line 364:


// initially hide all children
// initially hide all children
items.forEach(function (item) {
/*items.forEach(function (item) {
if(item.children.length > 0) {
if(item.children.length > 0) {
if (item.el.attr("data-hide") == "true" || item.parent != undefined) {
if (item.el.attr("data-hide") == "true" || item.parent != undefined) {
Line 382: Line 382:
}
}
}
}
});
});*/
updateLines();
updateLines();
Confirmedusers, editor, Administrators
886

edits