Live Band System Rental #2 includes The following: 2 QSC K12 and 2 QSC KW181 subs, 2 QSC K12 Monitors, QSC Touchmix 8 channel digital mixer, 4 mics and cords, Drum Mic kit, 2 DIs for instruments, 4 mic stands, All cords needed to hook up system, Pickup and Delivery options and Audio Tech if needed as well.
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.