Quote:
Originally Posted by VBDev
Remove :
PHP Code:
alert("Ajax error: an error has occured in an ajax request of the chatbox, please report your admin")
|
You mean remove this:
PHP Code:
alert("Ajax error: an error has occured in an ajax request of the chatbox, please report your admin")
or this:
PHP Code:
{alert("Ajax error: an error has occured in an ajax request of the chatbox, please report your admin")}
So, do I have to also include the
{ and
} or just like you said?
If I follow what you said, the remaining code should be:
PHP Code:
{var vB_Default_Timeout=15000;function vBulletin_AJAX_Error_Handler(a){}}
Is that correct? I just want to make sure...