JavaScript errors in IE8
-
MP6 triggers a JavaScript error in IE8. Screenshot: http://i.imgur.com/fbFG0n4.png
I suppressed the error with this at the top of the containing function:
if ( !window.matchMedia ) return;This worked, but subsequently gives another error: http://i.imgur.com/XirW9MY.png
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘JavaScript errors in IE8’ is closed to new replies.