All public logs
Combined display of all available logs of C# Gamedev Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:27, 10 June 2024 Winkio talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Initialises stripes on all zebra tables after page load $(document).ready(function() { $('table.zebra tbody tr:nth-child(even)').addClass('even'); $('table.zebra tbody tr:nth-child(odd)').addClass('odd'); }); // Re do stripes on a table after sort finishes $(document).on('sortEnd.tablesorter', function(event) { var table = $(event.target); if(table.hasClass('zebra')) { $('tbody tr:nth-ch...")