I am getting this error when I can trying to select a font to use when posting a new thread:
It's making it so all the fonts are clickable so when I click on the field I get this:
Code:
[FONT="function (ele) {
for (var i = 0; i < this.length; i++) {
if (this[i] == ele) {
return true;
}
}
return false;
}"][/FONT]
And when I try to post a reply this is the error I am getting:
When I click on it this is what happens:
Anyone know what could be causing this and how it can be fixed?