Content deleted Content added
Sideswipe9th (talk | contribs) add some debug strings |
Sideswipe9th (talk | contribs) No edit summary |
||
Line 46:
if (pageContainer.length > 0)
{
console.log("Found page-container-inner");
// create the nav that should be present but isn't
nav = document.createElement("NAV");
// assign it the right ID, classes, and arialabel
nav.id = "mw-panel-toc";
nav.
nav.arialabel = "Contents";
// append this nav as a child to the right page container
|