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 @@
2369
2369
if( $this->getUser()->getBoolOption( 'editsectiononrightclick' ) ) {
2370
2370
$this->addModules( 'mediawiki.action.view.rightClickEdit' );
2371
2371
}
2372
+ $this->addModules( 'mediawiki.action.view.tablesorting' );
2372
2373
}
2373
2374
2374
2375
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87987
Lazy load tablesorter only when needed.
Bug 28946
diebuche
15:28, 13 May 2011
Status & tagging log
16:22, 13 May 2011
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
status
of r87999
[
removed:
new
added:
ok]