r87999 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87998‎ | r87999 | r88000 >
Date:15:57, 13 May 2011
Author:diebuche
Status:ok
Tags:
Comment:
Followup to r87987: Actually load the lazy loader
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2368,6 +2368,7 @@
23692369 if( $this->getUser()->getBoolOption( 'editsectiononrightclick' ) ) {
23702370 $this->addModules( 'mediawiki.action.view.rightClickEdit' );
23712371 }
 2372+ $this->addModules( 'mediawiki.action.view.tablesorting' );
23722373 }
23732374
23742375 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87987Lazy load tablesorter only when needed. Bug 28946diebuche15:28, 13 May 2011

Status & tagging log