Anyone else experiencing an issue when logging off that results in the following error?
Message: Object required
Line: 664
Char: 5
Code: 0
which points to
var chatid = jchats[i].getElementsByTagName('chatid')[0].firstChild.nodeValue;
I have a custom template or two but even if switched to the defaults, the log off hangs with the chat window attempting to display (I have the site set to not allow unregistered to see the chat so maybe that's responsible?)
I also noticed that my private chat tab was missing it's cross icon.
label: tabusername + ' <span class="close"><img src="mgc_cb_evo/clientscript/cross.png" border="0" /></span>', fixed that one.
I think the path was reversed initially?
Any clues on how to get the log off to behave?
|