This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
ihk24
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
check
bugfix/marketinghero
Florian Eisenmenger
2 years ago
parent
3a06aee7e1
commit
a524855d52
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gfi-ihk-2024/stories/sections/slider/slider.js
+ 1
- 1
gfi-ihk-2024/stories/sections/slider/slider.js
View File
@@ -24,7 +24,7 @@ class IHKSlider {
infinite: true,
autoplaySpeed: this.section.data('autoplay-speed') ? this.section.data('autoplay-speed') : 5000,
animationSpeed: 600,
startSlide: 0
,
startSlide: 0
};
this.initSlides();
Write
Preview
Loading…
Cancel
Save