[Phpfreechat-svn] SF.net SVN: phpfreechat: [477] trunk/themes/default/templates/pfcclient.js.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-04-26 17:49:25
|
Revision: 477 Author: kerphi Date: 2006-04-26 10:49:18 -0700 (Wed, 26 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=477&view=rev Log Message: ----------- Typo Modified Paths: -------------- trunk/themes/default/templates/pfcclient.js.tpl.php Modified: trunk/themes/default/templates/pfcclient.js.tpl.php =================================================================== --- trunk/themes/default/templates/pfcclient.js.tpl.php 2006-04-26 17:48:32 UTC (rev 476) +++ trunk/themes/default/templates/pfcclient.js.tpl.php 2006-04-26 17:49:18 UTC (rev 477) @@ -663,7 +663,7 @@ img.title = img.alt; img.style.marginRight = '5px'; var a = document.createElement('a'); - a.setAttribute('href', 'opo'); + a.setAttribute('href', ''); a.pfc_nick = nicks[i]; a.onclick = function(){pfc.sendRequest('/privmsg', this.pfc_nick); return false;} a.appendChild(img); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |