Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

MediaWiki:Common.js

1 byte added, 21:39, 1 April 2017
no edit summary
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: 'decdesc'} ]} )
} );
} );
Anonymous user