MediaWiki:Mobile.js: Difference between revisions
Appearance
Created page with "→All JavaScript here will be loaded for users of the mobile site: document.addEventListener('DOMContentLoaded', function () { function syncSectionChevrons() { document.querySelectorAll('.section-heading .indicator.mf-icon').forEach(function (el) { var heading = el.closest('.section-heading'); var isOpen = heading && heading.classList.contains('open-block'); el.textContent = isOpen ? '▾' : '▸'; el.style.display = 'inline-block'; el.style.width =..." |
Replaced content with "→All JavaScript here will be loaded for users of the mobile site: " Tag: Replaced |
||
| Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the mobile site */ | /* All JavaScript here will be loaded for users of the mobile site */ | ||
Latest revision as of 22:42, 17 April 2026
/* All JavaScript here will be loaded for users of the mobile site */