Content deleted Content added
Sideswipe9th (talk | contribs) Ok, lets try this with a different class name, and disable the newContainer code block |
Sideswipe9th (talk | contribs) ok, now append the tools bar to the nav we created earlier and.... |
||
Line 46:
toolsBar.disabled = true; // because enabling the tools bar will break this, we want to force it to disabled
//newContainer.appendChild(toolsBar); // and finally append the tools bar to the floating ToC
nav.appendChild(toolsBar); // and finally append the tools bar to the floating ToC
}
}
|