MediaWiki:Common.js
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(); } );")
/* Any JavaScript here will be loaded for all users on every page load. */ $(document).ready(function() { $('#example').DataTable(); } );