From 6c32040e2509fa124462ce0b0996833fbf50b985 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 16:32:49 +0100 Subject: [PATCH] adding global accordeon init --- resources/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index a8e041a..a3eea2e 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -5,6 +5,7 @@ import SchemaBulletPointsInit from './schema-bullet-points'; import taxonomyThematiqueFaqInit from './taxonomy-thematique-(faq)'; import archiveNewsInit from './archive-template-news'; import filterPublicationsInit from './archive-template-publications'; +import accordeonInit from './accordeon'; // window.addEventListener('load', function () {}); window.addEventListener('DOMContentLoaded', (event) => { @@ -12,7 +13,7 @@ window.addEventListener('DOMContentLoaded', (event) => { SchemaBulletPointsInit(); singleConseil(); editorInit(); - + accordeonInit(); taxonomyThematiqueFaqInit(); // NEWS archiveNewsInit();