[Phpfreechat-svn] SF.net SVN: phpfreechat: [1136] trunk/data/public/js/pfcgui.js
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-20 21:22:59
|
Revision: 1136 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1136&view=rev Author: gpinzone Date: 2007-08-20 14:22:57 -0700 (Mon, 20 Aug 2007) Log Message: ----------- Fixed commenting of old code to make IE and Opera JavaScript engine happy. Modified Paths: -------------- trunk/data/public/js/pfcgui.js Modified: trunk/data/public/js/pfcgui.js =================================================================== --- trunk/data/public/js/pfcgui.js 2007-08-20 20:40:46 UTC (rev 1135) +++ trunk/data/public/js/pfcgui.js 2007-08-20 21:22:57 UTC (rev 1136) @@ -441,11 +441,12 @@ elt.onclick = function(){ pfc.switch_text_color(this.bbc); } clist.appendChild(elt); } +/* }, -/* buildChat is not used. Use templates instead. */ +// buildChat is not used. Use templates instead. -/* buildChat: function() + buildChat: function() { var container = $('pfc_container'); @@ -759,6 +760,6 @@ var soundcontainerbox = document.createElement('div'); soundcontainerbox.setAttribute('id', 'pfc_sound_container'); container.appendChild(soundcontainerbox); + */ } - */ }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |