Closed bsloane1650 closed 9 years ago
The code "document.getElementById("header").firstChild" seems to return a textNode, instead of intended DOM element. Using .children[0] seems to fix this.
Thanks!
The code "document.getElementById("header").firstChild" seems to return a textNode, instead of intended DOM element. Using .children[0] seems to fix this.