{"version":3,"file":"581.7219eb995a033de6e7a4.js","mappings":"4GAAA,MAAMA,EAAaC,SAASC,iBAAiB,gCAGzCF,EAAWG,OAAS,GAEpBH,EAAWI,SAASC,IAEhB,MAAMC,EAASD,EAAUE,cAAc,uCACjCC,EAAUH,EAAUE,cAAc,yCAEpCD,GAAUE,GAEVF,EAAOG,iBAAiB,SAAUC,IAE9BA,EAAEC,iBACFD,EAAEE,2BAEFP,EAAUQ,UAAUP,OAAO,YAAY,GAI/C,G","sources":["webpack://eleven-miles-erebus/./assets/javascript/modules/accordion.js"],"sourcesContent":["const accordions = document.querySelectorAll('[data-behaviour=\"accordion\"]');\n\n\nif( accordions.length > 0 ) {\n\n accordions.forEach((accordion) => {\n\n const toggle = accordion.querySelector('[data-behaviour=\"accordion__title\"]');\n const content = accordion.querySelector('[data-behaviour=\"accordion__content\"]');\n\n if( toggle && content ) {\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 accordion.classList.toggle('is-active');\n \n });\n\n }\n\n });\n\n}"],"names":["accordions","document","querySelectorAll","length","forEach","accordion","toggle","querySelector","content","addEventListener","e","preventDefault","stopImmediatePropagation","classList"],"sourceRoot":""}