Triangle Lighting Truss System, 11-Position Height Adjustable DJ Light Bridge Stand with 32 Mounting Points & Retractable T-Bars, Heavy Duty Metal Light Trussing Stand for Audio Stage
const observer = new MutationObserver(function () {
const el = document.querySelector('header.mobile-false');
if (el) {
el.classList.remove('mobile-false');
observer.disconnect();
}
});
// Start observing after DOM is ready
document.addEventListener("DOMContentLoaded", function () {
observer.observe(document.body, {
childList: true,
subtree: true
});
// Run once immediately in case element already exists
const el = document.querySelector('header.mobile-false');
if (el) {
el.classList.remove('mobile-false');
observer.disconnect();
}
});
Reviews
There are no reviews yet.