r59885 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59884‎ | r59885 | r59886 >
Date:13:36, 9 December 2009
Author:werdna
Status:deferred
Tags:
Comment:
Remove JS2 conditional, since the variable does not exist anymore
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -822,10 +822,8 @@
823823
824824 $basePath = "$wgScriptPath/extensions/$wgLiquidThreadsExtensionName";
825825
826 - if ( !$wgEnableJS2system ) {
827 - $wgOut->addScriptFile( "$basePath/jquery/js2.combined.js" );
828 - $wgOut->addExtensionStyle( "$basePath/jquery/jquery-ui-1.7.2.css" );
829 - }
 826+ $wgOut->addScriptFile( "$basePath/jquery/js2.combined.js" );
 827+ $wgOut->addExtensionStyle( "$basePath/jquery/jquery-ui-1.7.2.css" );
830828
831829 $wgOut->addScriptFile( "$basePath/jquery/jquery.autogrow.js" );
832830

Follow-up revisions

RevisionCommit summaryAuthorDate
r59887Merge r59885, r59886werdna13:38, 9 December 2009

Status & tagging log