jQuery Error (w/ Fix)
-
Saw this error in the console while editing a page:
“Uncaught TypeError: e.indexOf is not a function
at S.fn.load”Which lead me to this line:
https://plugins.trac.www.ads-software.com/browser/reusable-blocks-extended/trunk/js/reusable-blocks-extended.js#L4With this proposed change, the error is gone:
$( window ).on("load", function() {
- The topic ‘jQuery Error (w/ Fix)’ is closed to new replies.