merge commit
This commit is contained in:
commit
9cb4300004
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue