From: Lo?c C. <lo...@us...> - 2001-04-03 20:14:56
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian In directory usw-pr-cvs1:/tmp/cvs-serv5164/chat/localization/russian Modified Files: localized.tutorial.php3 Log Message: The first dev. version that works! Still many things to do, of course... Index: localized.tutorial.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/localized.tutorial.php3,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** localized.tutorial.php3 2001/03/28 22:28:58 1.1.1.1 --- localized.tutorial.php3 2001/04/03 20:14:52 1.2 *************** *** 64,68 **** <script type="text/javascript" language="javascript1.1"> <!-- ! function killPointer() { if (typeof(window.opener) != 'undefined' && !window.opener.closed) --- 64,68 ---- <script type="text/javascript" language="javascript1.1"> <!-- ! function pmcKillPointer() { if (typeof(window.opener) != 'undefined' && !window.opener.closed) *************** *** 70,75 **** with (window.opener) { ! if (typeof(tutorialWin) != 'undefined') ! tutorialWin = null; focus(); } --- 70,75 ---- with (window.opener) { ! if (typeof(jsTutorialWin) != 'undefined') ! jsTutorialWin = null; focus(); } *************** *** 81,85 **** ! <body bgcolor="#CCCCFF" onunload="killPointer()"> <p><a name="top"></a></p> <table border="5" cellpadding="5"> --- 81,85 ---- ! <body bgcolor="#CCCCFF" onunload="pmcKillPointer()"> <p><a name="top"></a></p> <table border="5" cellpadding="5"> |