Disable slider to avoid unnecessary loading effects
This commit is contained in:
parent
86f37c6a84
commit
d6598fb201
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user