
04-24-2008, 11:29 AM
|
|
|
Join Date: Jul 2006
Posts: 925
Благодарил(а): 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)
|
doesnt work  is it possible if u can upload the file to us please
|