Team:UCSF/NoBanner

From 2010.igem.org

(Difference between revisions)
 
Line 11: Line 11:
var glo = document.getElementById('globalWrapper');
var glo = document.getElementById('globalWrapper');
glo.removeChild(con);
glo.removeChild(con);
-
//document.body.removeChild(glo);
+
document.body.removeChild(glo);
-
//document.body.appendChild(bodycon);
+
document.body.appendChild(bodycon);
</script>
</script>
</html>
</html>

Latest revision as of 21:22, 3 September 2010

百度一下,你就知道

登录