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.
Posted 08 August 2012 - 08:06 AM
if(fobj.className == "unmovable")3.) Replace
if(fobj.className == "unmovable")with
if(!(fobj != null && fobj.className != "unmovable"))4.) Save (and reupload) the file.
0 members, 1 guests, 0 anonymous users