script report
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-29 12:18:16 +01:00
parent dbf9097701
commit 9ead1c51f4
7 changed files with 384 additions and 125 deletions

View file

@ -8,6 +8,8 @@ import { initHeroSlider } from './hero-slider.js';
import { playVideo } from './hero-video.js';
import { initDropdowns } from './dropdown.js';
import { initHomeInvestigationsSlider } from './home-investigations-slider.js';
import { report } from './report.js';
const responsiveMedium = 1080;
const responsiveSmall = 768;
@ -18,6 +20,9 @@ window.onload = async function () {
panelToggle(responsiveSmall);
themeToggle();
report(responsiveSmall);
tocMobile(responsiveSmall);
copyLink();
btnGroupMobile(responsiveSmall)