Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv22761/chat
Modified Files:
users.php3
Log Message:
Fixed a possibily javascript bug
Index: users.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** users.php3 2001/04/28 15:42:02 1.21
--- users.php3 2001/05/04 16:28:26 1.22
***************
*** 400,404 ****
if (window.parent.jsIsDOM)
{
! var theCss = '<style type="text/css">'
+ '.parent {display:block}'
+ '.child {display:none}'
--- 400,404 ----
if (window.parent.jsIsDOM)
{
! var theCss = '<style type="text\/css">'
+ '.parent {display:block}'
+ '.child {display:none}'
***************
*** 408,412 ****
else
{
! write('<style type="text/css">');
if (window.parent.jsIsIE4)
{
--- 408,412 ----
else
{
! write('<style type="text\/css">');
if (window.parent.jsIsIE4)
{
|