I get the following an error while I work on localhost with Chrome. I get this error even if the page is empty:
Uncaught TypeError: Cannot read property 'appendChild' of undefined at lstr.js:26
(lstr.js is Chrome file)
Error line:
And I don't know if it's related to this, but there's a tag called shadow on console:
I am not getting an error while I work with another browser. I use wampserver and this error is repeating when I use ajax. How can I eliminate this error?