[Phpfreechat-svn] SF.net SVN: phpfreechat: [628] trunk/themes/default/templates/pfcgui.js.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-27 19:58:16
|
Revision: 628 Author: kerphi Date: 2006-06-27 12:58:06 -0700 (Tue, 27 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=628&view=rev Log Message: ----------- Bug fix: after two click on channels tabs, the page was reloaded Modified Paths: -------------- trunk/themes/default/templates/pfcgui.js.tpl.php Modified: trunk/themes/default/templates/pfcgui.js.tpl.php =================================================================== --- trunk/themes/default/templates/pfcgui.js.tpl.php 2006-06-25 21:49:35 UTC (rev 627) +++ trunk/themes/default/templates/pfcgui.js.tpl.php 2006-06-27 19:58:06 UTC (rev 628) @@ -204,7 +204,7 @@ Element.addClassName(a1, '<?php echo $prefix; ?>tabtitle'); a1.appendChild(img); a1.appendChild(document.createTextNode(name)); - a1.setAttribute('href', ''); + a1.setAttribute('href', '#'); a1.pfc_tabid = tabid; a1.onclick = function(){pfc.gui.setTabById(this.pfc_tabid); return false;} li_div.appendChild(a1); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |