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)