Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv26295/chat
Modified Files:
exit.php3
Log Message:
Fixed some js bugs
Index: exit.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/exit.php3,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** exit.php3 2001/05/08 09:18:16 1.14
--- exit.php3 2001/05/10 11:45:37 1.15
***************
*** 92,96 ****
</head>
! <body class="frame" onunload="window.parent.pmcClosePopups()">
<center>
<?php
--- 92,96 ----
</head>
! <body class="frame" onunload="window.parent.pmcQuitChat()">
<center>
<?php
|