
04-25-2008, 03:35 AM
|
|
|
Join Date: Jan 2005
Location: Moscow
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sickboy6ths
Quick hotfix:
Open Clientscript/mgc_cb_evo.js
Add to the end of Lines: 240, 244, 364, 427, 553, 627, 671, 701, 800
before )
Example line 364:
change:
Code:
sendAjax.send(mgc_cb_evo_jsloc + 'mgc_cb_evo_ajax.php', 'do=ajax_chat&channel_id=' + channel_id + '&chat=' + chat_urlencoded);
into:
Code:
sendAjax.send(mgc_cb_evo_jsloc + 'mgc_cb_evo_ajax.php', 'do=ajax_chat&channel_id=' + channel_id + '&chat=' + chat_urlencoded + '&');
I've also added it to the mgc_cb_evo_archives.js
Lines: 113 and 187
Don't forget to refresh the browser (I used CTRL + F5)
|
Thanks. But what about PM's? The same problem.
|