|
From: Lo?c C. <lo...@us...> - 2001-04-20 17:04:26
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv10693/chat
Modified Files:
loader.php3
Log Message:
Add a js test to avoid an error
Index: loader.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/loader.php3,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** loader.php3 2001/04/19 20:26:02 1.13
--- loader.php3 2001/04/20 17:04:23 1.14
***************
*** 386,390 ****
scrollBy(0, 65000);
}
! else
{
scroll(0, 65000);
--- 386,390 ----
scrollBy(0, 65000);
}
! else if (typeof(scroll(0, 0)) != 'undefined')
{
scroll(0, 65000);
|