This commit is contained in:
parent
dbf9097701
commit
9ead1c51f4
7 changed files with 384 additions and 125 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue