Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv16200/chat/lib
Modified Files:
index.lib.php3
Log Message:
The (in)famous IE4 javascript bug is fixed :)))
***** Bogus filespec: -
***** Bogus filespec: 0.14/chat/lib
Index: index.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/index.lib.php3,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** index.lib.php3 2001/04/20 17:05:27 1.9
--- index.lib.php3 2001/05/06 16:45:43 1.10
***************
*** 578,584 ****
{
?>
- // Emulates replace method for non-js1.1 compliant browsers
- if (typeof(location.replace)=='undefined') location.replace = location.assign;
-
// Forced reload of the loader frame, function called by the input frame
var time4LastLoadedMsg = null;
--- 578,581 ----
|