All public logs
Combined display of all available logs of Spacefaring. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:12, 18 August 2024 John talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: window.onload = function() { sortList("sortclasses","A"); }; function sortList(id,tag) { var list, i, seq, switching, b, shouldSwitch; list = document.getElementById(id); switching = true; Make a loop that will continue until no switching has been done:: while (switching) { // Start by saying: no switching is done: switching = false; b = list.getElementsByTagName(...")