delete report
This commit is contained in:
parent
06785d712c
commit
b5f9da678f
9 changed files with 253 additions and 824 deletions
|
|
@ -8,8 +8,7 @@ import { initHeroSlider } from './hero-slider.js';
|
|||
import { playVideo } from './hero-video.js';
|
||||
import { initDropdowns } from './dropdown.js';
|
||||
import { initSwipers } from './swipers.js';
|
||||
import { report } from './report.js';
|
||||
|
||||
import { initSliderBeforeAfter } from './investigation.js';
|
||||
|
||||
const responsiveMedium = 1080;
|
||||
const responsiveSmall = 768;
|
||||
|
|
@ -21,8 +20,6 @@ window.onload = async function () {
|
|||
themeToggle();
|
||||
|
||||
|
||||
report(responsiveSmall);
|
||||
|
||||
tocMobile(responsiveSmall);
|
||||
copyLink();
|
||||
btnGroupMobile(responsiveSmall)
|
||||
|
|
@ -32,6 +29,7 @@ window.onload = async function () {
|
|||
initDropdowns(responsiveSmall);
|
||||
initSwipers();
|
||||
|
||||
initSliderBeforeAfter();
|
||||
|
||||
var elem = document.querySelector('.grid-masonry');
|
||||
var msnry = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue