MediaWiki:Common.js
Revision as of 16:16, 12 December 2018 by Nils Duepont (talk | contribs)
/* Any JavaScript here will be loaded for all users on every page load. */ $(document).ready(function() { mw.loader.using( 'ext.datatables', function() { // Add the default datatables markup $('#ccode').DataTable( { "order": [[ 3, "asc" ]] } ); }); } );