All public logs
Jump to navigation
Jump to search
Combined display of all available logs of AoM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:10, 12 November 2024 Administrator talk contribs created page MediaWiki:Common.js (Created page with "function showTab(contentId) { // Hide all tab contents var contents = document.querySelectorAll('.tab-content'); var tabs = document.querySelectorAll('.tab-titles li'); contents.forEach(function(content) { content.classList.remove('active'); }); tabs.forEach(function(tab) { tab.classList.remove('active'); }); // Show the selected tab document.getElementById(contentId).classList.add('active'); document...")