Miles
Miles

Reputation: 39

Explainable errors in the chrome developer console

I assume others have seen this error and it isn't something wrong with my files as I've seen this on multiple projects.

Uncaught TypeError: img.getAttribute is not a function
at valid_image (naptha-wick.js:1213)
at get_mouse (naptha-wick.js:2496)
at HTMLDocument.track_mouse (naptha-wick.js:2336)

I get this at different times when I moving my mouse. I have even tried going into the file and editing the code but with no luck. I have two questions right off the bat...

If anyone knows some information that could help that would be greatly appreciated.

Upvotes: 0

Views: 246

Answers (1)

Marian Oprisan
Marian Oprisan

Reputation: 66

It is due to an extension that lets you select text from images, project Naptha.

Upvotes: 2

Related Questions