From: Lo?c C. <lo...@us...> - 2001-04-03 20:12:56
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/bosnian In directory usw-pr-cvs1:/tmp/cvs-serv4229/chat/localization/bosnian 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/bosnian/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:14 1.1.1.1 --- localized.tutorial.php3 2001/04/03 20:12:52 1.2 *************** *** 65,69 **** <script type="text/javascript" language="javascript1.1"> <!-- ! function killPointer() { if (typeof(window.opener) != 'undefined' && !window.opener.closed) --- 65,69 ---- <script type="text/javascript" language="javascript1.1"> <!-- ! function pmcKillPointer() { if (typeof(window.opener) != 'undefined' && !window.opener.closed) *************** *** 71,76 **** with (window.opener) { ! if (typeof(tutorialWin) != 'undefined') ! tutorialWin = null; focus(); } --- 71,76 ---- with (window.opener) { ! if (typeof(jsTutorialWin) != 'undefined') ! jsTutorialWin = null; focus(); } *************** *** 82,86 **** ! <body bgcolor="#CCCCFF" onunload="killPointer()"> <p><a name="top"></a></p> --- 82,86 ---- ! <body bgcolor="#CCCCFF" onunload="pmcKillPointer()"> <p><a name="top"></a></p> |