etcet / HNES

Hacker News Extension Suite
Other
248 stars 71 forks source link

Bugfix preventing page from rendering #78

Closed bsloane1650 closed 9 years ago

bsloane1650 commented 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.

etcet commented 9 years ago

Thanks!