MediaWiki:Common.js

From WeSISpedia
Revision as of 20:50, 11 December 2018 by Nils Duepont (talk | contribs) (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { $('#example').DataTable(); } );")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* Any JavaScript here will be loaded for all users on every page load. */

$(document).ready(function() {
    $('#example').DataTable();
} );