Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

On IE and Edge, every sentence becomes prefixed with the string "null". This appears to be caused by the code that clears the element content with:

  el.innerHTML = null;
Changing that to a blank string fixes the issue for me, i.e.

  el.innerHTML = "";


thanks!


'Meh, thanks'. cool stuff btw.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: