Quote:
Originally Posted by zelnik
Yes I just get those in the error console, but if think it's a VBSEO issue with that as it mentions forum/plaza and there is not a directory called plaza but we have a section called the plaza on the forum.
But we get this error when you're watching the whois online when someone posts a message :
Unknown Location
/forum/clientscript/mgc_cb_evo_add/css/indicator.gif
|
Edit the jquery.autocomplete.css file in the clientscript/mgc_cb_evo_add/css directory and replace :
Code:
.ac_loading {
background: white url('indicator.gif') right center no-repeat;
}
by
Code:
.ac_loading {
background-color: white;
}
I'll correct that really minor issue in the next version