JS Bug in IE 11 (and probably earlier)
-
Just noticed a JS error in dismiss.js, line 9:
notices.forEach( function( element ) {
Error: “Object doesn’t support property or method ‘forEach'”
Only in IE 11, for obvious reasons (https://caniuse.com/#search=forEach). This is with version 2.0.2, but earlier versions also have the same code. I’m not using the notice block, though this file must always load regardless.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘JS Bug in IE 11 (and probably earlier)’ is closed to new replies.