adding global accordeon init
This commit is contained in:
parent
f4081dfc2f
commit
6c32040e25
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user