bug: undefined is not an object (evaluating ‘a.browser.mozilla’)
-
Hi,
after the update to WordPress 5.5 we found a bug in the jQuery of the Footnotes plugin. This can be found here:
var b = a.browser.mozilla ? "DOMMouseScroll" + (a.browser.version < "1.9" ? " mousemove" : "") : "mousewheel";
console in browser says: undefined is not an object (evaluating ‘a.browser.mozilla’)
The whole thing becomes especially problematic with a caching plugin when the javascript is merged. This means that, as in our case, a cookie box can no longer be loaded.
How can the error be turned off? It will probably hit many users with the update to 5.5.
thx and greetings
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘bug: undefined is not an object (evaluating ‘a.browser.mozilla’)’ is closed to new replies.