You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'indexOf' of undefined
The issue goes away if I use background images instead of <img> tags themselves. I do not wish to use background images but the actual <img> tags. When I inspect the page markup using devTools, I can see that all images loaded successfully without any issues. Even hard coding image paths still causes the issue.
Any idea why this might be occurring?
The text was updated successfully, but these errors were encountered:
I seem to be having an issue running Slippry with jQuery 3.1.0.
Consider the markup:
and the JS:
jQuery squacks with the following error:
The issue goes away if I use background images instead of
<img>
tags themselves. I do not wish to use background images but the actual<img>
tags. When I inspect the page markup using devTools, I can see that all images loaded successfully without any issues. Even hard coding image paths still causes the issue.Any idea why this might be occurring?
The text was updated successfully, but these errors were encountered: