Template:Team:HKU-HKBU/script.js
From 2009.igem.org
(Difference between revisions)
Line 173: | Line 173: | ||
function removeTitle(){ | function removeTitle(){ | ||
- | var el = document. | + | var el = document.getElementsByTagName("h1")[0]; |
if (el != null) { | if (el != null) { | ||
if (el.childNodes) { | if (el.childNodes) { |
Revision as of 19:25, 16 October 2009