[Phpfreechat-svn] SF.net SVN: phpfreechat: [1106] trunk/data/public/js/pfcclient.js
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-09 02:02:06
|
Revision: 1106 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1106&view=rev Author: gpinzone Date: 2007-08-08 19:02:05 -0700 (Wed, 08 Aug 2007) Log Message: ----------- Oops! modified line 1422 by accident. Modified Paths: -------------- trunk/data/public/js/pfcclient.js Modified: trunk/data/public/js/pfcclient.js =================================================================== --- trunk/data/public/js/pfcclient.js 2007-08-09 01:57:45 UTC (rev 1105) +++ trunk/data/public/js/pfcclient.js 2007-08-09 02:02:05 UTC (rev 1106) @@ -1419,7 +1419,7 @@ for(var i = 0; elts.length > i; i++) { // this is not supported in konqueror =>>> elts[i].removeAttribute('style'); - Elts[i].style.color = ''; + elts[i].style.color = ''; } } }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |