Re: "Sending Announcement" by Administrator

  •  10-12-2009, 9:35 AM

    Re: "Sending Announcement" by Administrator

    Hi,
     
    You can modify it by this way:
     
    1 , open script/ChatUI.js
     
    2 , find the code :
             case "ANNOUNCEMENT":
     
    3 , add new line after the span created:
            if(msg.Type=="ANNOUNCEMENT")span.style.fontSize="20pt";
     
    Regards,
    Terry
     
     
     
     
     
View Complete Thread