From: Josep M. i T. <jm...@ne...> - 2000-12-11 18:26:21
|
Hi! I think I've found a bug in dynimage.js that shows up in NS4.7 but not in IE4 (NS6 hangs on my Win NT 4.0 :-( ). File: gui/dynapi.js File date: 20:27, 8 Dec 2000; taken from the beta .zip in SourceForge yesterday. Line: 100 was: DynImage.timerId=setTimeout(DynImage+'.loadercheck()',25); should be: DynImage.timerId=setTimeout('DynImage.loadercheck()',25); Best regards, Josep |