From: Lo?c C. <lo...@us...> - 2001-03-23 18:47:31
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat In directory usw-pr-cvs1:/tmp/cvs-serv20214/chat Modified Files: input.php3 Log Message: Display the right default color in the color picker ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat Index: input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/input.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** input.php3 2001/03/22 12:31:34 1.3 --- input.php3 2001/03/23 18:47:28 1.4 *************** *** 389,393 **** { ?> ! window.parent.ChangeColor("#000000","C23"); <?php } --- 389,393 ---- { ?> ! window.parent.ChangeColor("#000000","C1"); <?php } |