
01-05-2009, 03:59 PM
|
 |
|
|
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Cybershaolin
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...
|
Yes that is
|