merge commit

This commit is contained in:
Sanjay Bhangar 2018-03-09 22:12:10 +05:30
commit 9cb4300004

View File

@ -28,7 +28,7 @@ function go(idx) {
timeout = null
}
timeout = setTimeout(next, Math.round(slides[current].dataset.duration) * 1000)
//
stop(old)
start(current)
}