still trying

cusax-fix
Emil Ivov 18 years ago
parent 5e08856886
commit 5c2d167d2f

@ -26,13 +26,6 @@ for( n=dd; n!=null; n=n.previousSibling ) {
var projecttools = document.getElementById("projecttools");
projecttools.innerHTML = html.join('');
// insert the menubar
var curZone = document.getElementById("current-zone");
if(curZone!=null)
projecttools.insertBefore(menubar, curZone.nextSibling);
else
projecttools.appendChild(menubar); // TODO: will come back to this later
// kill all the boxes in front of the projecttools
while(projecttools.previousSibling!=null) {
projecttools.parentNode.removeChild(projecttools.previousSibling);

Loading…
Cancel
Save