merge commit
This commit is contained in:
commit
9cb4300004
|
@ -28,7 +28,7 @@ function go(idx) {
|
||||||
timeout = null
|
timeout = null
|
||||||
}
|
}
|
||||||
timeout = setTimeout(next, Math.round(slides[current].dataset.duration) * 1000)
|
timeout = setTimeout(next, Math.round(slides[current].dataset.duration) * 1000)
|
||||||
//
|
|
||||||
stop(old)
|
stop(old)
|
||||||
start(current)
|
start(current)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user