Team:UCSF/NoBanner

From 2010.igem.org

(Difference between revisions)
(Replacing page with '<html xmlns="http://www.w3.org/1999/xhtml"> <script> var con = document.getElementById('content'); var bodycon = document.getElementById('bodyContent'); var glo = document.get...')
Line 6: Line 6:
var glo = document.getElementById('globalWrapper');
var glo = document.getElementById('globalWrapper');
glo.removeChild(con);
glo.removeChild(con);
-
document.body.removeChild(glo);
+
glo.appendChild(bodycon);
-
document.body.appendChild(bodycon);
+
//document.body.removeChild(glo);
 +
//document.body.appendChild(bodycon);
</script>
</script>
</html><!--67703e841e07cfba-->
</html><!--67703e841e07cfba-->

Revision as of 15:31, 3 September 2010