MediaWiki:Common.js

From WeSISpedia
Revision as of 15:39, 12 December 2018 by Gaby (talk | contribs)
Jump to: navigation, search
/* 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();
 });
    

} );