TypeError: a.browser is undefined
-
I’m using Firefox. Within the console of the developer area (F12) I get:
“TypeError: a.browser is undefined”
This error points to the following lines within \wp-content\plugins\footnotes\js\jquery.tools.min.js
Line 242
var b = a.browser.mozilla ? "DOMMouseScroll" + (a.browser.version < "1.9" ? " mousemove" : "") : "mousewheel";
Line 257
})(jQuery);
How can this be fixed?
- This topic was modified 4 years, 11 months ago by .
- This topic was modified 4 years, 11 months ago by .
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘TypeError: a.browser is undefined’ is closed to new replies.