{"version":3,"file":"442.17ea197c7bea541728ba.js","mappings":"4GAAA,MAAMA,EAAkBC,SAASC,iBAAiB,sCAE/CF,EAAgBG,OAAS,GAAKC,OAAOC,WAAW,qBAAqBC,SAEpEN,EAAgBO,SAASC,IAErBA,EAAOC,iBAAiB,SAAUC,IAE9BA,EAAEC,iBACFD,EAAEE,2BAEFJ,EAAOK,UAAUL,OAAO,eAAe,GAEzC,G","sources":["webpack://eleven-miles-erebus/./assets/javascript/modules/megamenu.js"],"sourcesContent":["const megaMenuToggles = document.querySelectorAll('[data-behaviour=\"megamenu-toggle\"]');\n\nif(megaMenuToggles.length > 0 && window.matchMedia(\"(pointer: coarse)\").matches ) {\n\n megaMenuToggles.forEach((toggle) => {\n\n toggle.addEventListener('click', (e) => {\n\n e.preventDefault();\n e.stopImmediatePropagation();\n // if it's not this menu open, close the other one\n toggle.classList.toggle('menu-is-open');\n \n });\n\n });\n\n}"],"names":["megaMenuToggles","document","querySelectorAll","length","window","matchMedia","matches","forEach","toggle","addEventListener","e","preventDefault","stopImmediatePropagation","classList"],"sourceRoot":""}