IE11 JS Error in v3.0
-
After updating to v3.0 the “Accept” Button cant be clicked in IE11.
JS Error in Console:
‘)’ expected
script.js (75,31)function createCookie( stato = “set” ) {
The Problem:
IE11 doesn’t allow default values in JS functions.The Solution:
Change to “typeof !== undefined” logic described here so compatibility is restoredhttps://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Functions/Default_parameters
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘IE11 JS Error in v3.0’ is closed to new replies.