User:Sideswipe9th/V22FloatingToolsMenu-debug-copy.js: Difference between revisions

Content deleted Content added
Ok, lets try this with a different class name, and disable the newContainer code block
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
}
}