MGC Chatbox Evo 2.3.2 Copyright ^^

Anytime and for those who are to lazy to click link and download

in file /clientscript/mgc_cb_evo/mgc_cb_evo_functions.js
find:

b.style.fontSize="9px";b.innerHTML=


and replace this:

b.style.fontSize="9px";b.innerHTML="MGC Chatbox Evo created by MGC, Version 2.3.0, Copyright 2009 all rights reserved";c.appendChild(b)

with
b.style.fontSize="9px";b.innerHTML="";c.appendChild(b)


..and that's it.
 
Back
Top