Just noticed this thread.
I get this javascript bug trace on the pages I just looked at (today's post index, viewing a thread, post reply page - pulled it specifically from the today's post index):
mgc_cb_evo_autocomplete is not defined
(?)()()search.p...id=178071 (line 293)
onreadystatechange()()jquery.js (line 27)
onreadystatechange()()jquery.js (line 27)
nodeName()(function () { return fn.call(this, jQuery); }, function(), undefined)jquery.js (line 21)
onreadystatechange()()jquery.js (line 27)
mgc_cb_evo_autocomplete();
search.p...id=178071 (line 293)
Dynamic languages are fun!
It's part of the "chatbox" plugin, btw. You need to check existence of the function eg.
from:
// whatever it is that calls mgc_...
to:
if (self.mgc_cb_evo_autocomplete) {
// whatever it was
}
hehe.. now that I have looked at it, I can confirm the error does not appear when the "chatbox" is on the page.
ff 3.0.4.