MediaWiki:Common.js: Difference between revisions

From Wizardia Community Wiki

Content added Content deleted
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function () { $('#DataTables_Table_0').DataTable({ paging: false }); });")
 
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
$(document).ready(function () {
$('#DataTables_Table_0').DataTable({
paging: false
});
});

Revision as of 10:06, 28 October 2022

/* Any JavaScript here will be loaded for all users on every page load. */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.