Jump to content

MediaWiki:Common.js: Difference between revisions

Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: // Extra functionality for RAM/ROM maps $(function() { for (const table of document.getElementsByClassName("ram_rom_map")) { // Sort table by the first column table.getElementsByTagName("th")[0].click(); // Add the ending address to the length column for (const row of table.getElementsByTagName("tbody")[0].children) { const address = row.children[0].innerText; const length = par..."
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: // Extra functionality for RAM/ROM maps $(function() { for (const table of document.getElementsByClassName("ram_rom_map")) { // Sort table by the first column table.getElementsByTagName("th")[0].click(); // Add the ending address to the length column for (const row of table.getElementsByTagName("tbody")[0].children) { const address = row.children[0].innerText; const length = par...")
(No difference)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.