Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

MediaWiki:Common.js

3 bytes added, 21:48, 1 April 2017
no edit summary
// wrapped in "mw.loader.using" so this doesn't execute until Tablesorter has loaded
mw.loader.using( 'jquery.tablesorter', function() {
// if( isSortedTablePage() ) $('table.sortable').tablesorter( {sortList: [ { 0: 'desc'} ]} )
// or look for tables with an ID attribute of "sortMe" on any page
$( '#sortMe' ).tablesorter( {sortList: [ { 0: 'desc'} ]} )
} );
} );
Anonymous user