I have a problem with the EduMoodle Theme: when I try to use the HTML editor "popup window" I get a whole host of errors starting with "Unknown toolbar item" see below
FIXME: Unknown toolbar item: function (D, C) {
D = D || 0;
if (D < 0) {
D = this.length + D;
}
C = C || this.length - D;
var A = [];
for (var B = 0; B < C; B++) {
A = this[D++];
}
return A;
}
If I click through all the errors of which there are many, the popup window appears but with a row of additional blank toolbar icons.
Moodle Version = 1.92+
Any help would be appreciated as I'd like to make this theme the main theme for my school VLE.