MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 82: Line 82:
}
}
$("." + className).wrapAll("<col id='children_group_" + item.el.attr("data-tt-id") + "'></col>");
$("." + className).wrapAll("<span style='collapse: collapse;' id='children_group_" + item.el.attr("data-tt-id") + "'></col>");
}
}
});
});