_upcomingTab=new Dropdown("upcoming-tab");var _activeTab=_upcomingTab.value;function upcomingTabHandler(e){try{document.getElementById(_activeTab).classList.add("hide")}catch(e){console.log(e)};_activeTab=_upcomingTab.value;try{document.getElementById(_activeTab).classList.remove("hide")}catch(e){console.log(e)}} _upcomingTab.addEventListener("change",upcomingTabHandler)