Disable slider to avoid unnecessary loading effects

This commit is contained in:
Christian Wolf 2023-10-20 18:19:54 +02:00
parent 86f37c6a84
commit d6598fb201

View File

@ -25,7 +25,7 @@ $(function () {
showImage(newIdx)
setTimeout(nextImage, delay)
}
setTimeout(nextImage, delay)
// setTimeout(nextImage, delay)
$('#header .slider .dots .dot').click(function (evt) {
// console.log(evt)
const newIdx = $(evt.target).data('index')