IE might throw a 'Not Implemented' error, because a variable is not explicitly declared. Change would be to add 'var' on the following 2 lines (54 & 55)
var exclude = arguments[1] || [];
var parent = arguments[2] || null;
fixes the issue.
IE might throw a 'Not Implemented' error, because a variable is not explicitly declared. Change would be to add 'var' on the following 2 lines (54 & 55)
var exclude = arguments[1] || [];
var parent = arguments[2] || null;
fixes the issue.
Comments
Comment #1
batje commentedthat would be in the js_theming.js file