Explorar el Código

unwichtigen Code entfernt

bugfix/microsites
Lukas Zimmer hace 2 años
padre
commit
56432017bf
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. +0
    -7
      gfi-ihk-2024/stories/sections/event-teaser-large-slider/eventteaserlargeslider.js

+ 0
- 7
gfi-ihk-2024/stories/sections/event-teaser-large-slider/eventteaserlargeslider.js Ver fichero

@@ -8,13 +8,6 @@ class IHKETLSlider {
this.slides = section.children();
this.slider = new Slider(section.find('.eventteaserlargeslider'));
this.stringLength = 0;

this.slider.section.on('in-viewport slide-change', () => {
const curr = this.slider.currentSlide;
if (this.slides[curr].hasCounter) {
this.startCounter(curr);
}
})
}
}



Cargando…
Cancelar
Guardar