Photos

// =====@@>> EVENT NUMBER if (href && href.includes('150681')) { // =====@@>> CHANGE LINK TO THIS link.setAttribute('href', 'https://www.tixr.com/groups/ardmoremusichall/events/beru-revue-sold-out--150681'); // =====@@>> CHANGE BUTTON TEXT TO THIS if (link.classList.contains('sg-events__event-ticket-link')) { link.textContent = 'Sold out - Join The Waitlist'; } // Find and hide the associated .sg-events__event-time element within the same event container const eventContainer = link.closest('.sg-events__event'); if (eventContainer) { const eventTime = eventContainer.querySelector('.sg-events__event-time'); if (eventTime) { eventTime.style.display = 'none'; } } } }); });