Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ironclad Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:37, 11 August 2025 X5f4k4 talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Add pressed class on pointer and keyboard document.addEventListener('DOMContentLoaded', function () { const buttons = document.querySelectorAll('.ic-btn'); buttons.forEach(btn => { // Touch and mouse btn.addEventListener('pointerdown', () => btn.classList.add('is-pressed')); btn.addEventListener('pointerup', () => btn.classList.remove('is-pressed')); btn.addEventListener(...")