The Story of Martha

May 12, 2024    Nicole Butcher
tion.pathname.startsWith('/seattle') || window.location.pathname.startsWith('/palouse') || window.location.pathname.startsWith('/spokane') ) { const menuItems = document.querySelectorAll( '#sp-nav-links > ul > li, .sp-mobile-nav > ul > li' ); menuItems.forEach((menuItem) => { if (NON_GLOBAL_MENU_IDS.indexOf(menuItem.id) > -1) { menuItem.classList.add('hide-now'); } }); } }; document.addEventListener('DOMContentLoaded', updateMainMenu);