I just set up the instant chat for our company and I need to remove the optional languages and the x button doesn't work for the customers. here is the code I am using to launch it.
<input type="button" value="Company Chat" onclick="document.getElementById('ICContainer').style.display=''; loadInstantChat();" />
The Instant chat features document says to copy the css file to the server and I see the ic_lang_container but is their an easier way to disable this?
The customer has to close the entire browser window to end the chat. The X button doesn't work, its just grayed out.
Thanks for any help. Let me know what other information you need.