r90886 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90885‎ | r90886 | r90887 >
Date:17:11, 27 June 2011
Author:yaron
Status:ok
Tags:
Comment:
Removed unused call to variable
Modified paths:
  • /trunk/extensions/HeaderTabs/HeaderTabs_body.jq.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HeaderTabs/HeaderTabs_body.jq.php
@@ -106,7 +106,7 @@
107107 tabName = tabName.replace( /%/g, "_" );
108108 tabName = tabName.replace( /\./g, "_" );
109109 $("#headertabs").tabs('select', tabName);
110 - return false; //$htUseHistory;
 110+ return false;
111111 } );
112112
113113 });

Status & tagging log