Procházet zdrojové kódy

check

bugfix/marketinghero
Florian Eisenmenger před 2 roky
rodič
revize
a524855d52
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      gfi-ihk-2024/stories/sections/slider/slider.js

+ 1
- 1
gfi-ihk-2024/stories/sections/slider/slider.js Zobrazit soubor

@@ -24,7 +24,7 @@ class IHKSlider {
infinite: true, infinite: true,
autoplaySpeed: this.section.data('autoplay-speed') ? this.section.data('autoplay-speed') : 5000, autoplaySpeed: this.section.data('autoplay-speed') ? this.section.data('autoplay-speed') : 5000,
animationSpeed: 600, animationSpeed: 600,
startSlide: 0,
startSlide: 0
}; };


this.initSlides(); this.initSlides();


Načítá se…
Zrušit
Uložit