1 2 3 4 5 6 7 8
document.addEventListener('DOMContentLoaded', function () { const staging = document.querySelector('.staging') const sectionBanner = document.querySelector('.banner') if (!staging) return sectionBanner.classList.add('staging-fix') })