Jump to content


Chat Floating Button Javascript Error in IE (XHTML, LiveZilla 4.1.0.3)


  • You cannot reply to this topic
No replies to this topic

#1 Derek Punzova

    Support Team Member

  • Moderators
  • 6057 posts

Posted 08 August 2012 - 08:06 AM

This explains how to fix Chat Floating Button Javascript Error shown in IE until an official update is available:

1.) Open the file <LIVEZILLA> / templates / jscript / jsbox.tpl
2.) Search for
if(fobj.className == "unmovable")
3.) Replace
if(fobj.className == "unmovable")
with
if(!(fobj != null && fobj.className != "unmovable"))
4.) Save (and reupload) the file.
- If you like to suggest a new feature, please click here.
Kind Regards,
Derek





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users