mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
pass true to cycle
This commit is contained in:
parent
40b7a909a6
commit
ef80765726
2
js/bootstrap-carousel.js
vendored
2
js/bootstrap-carousel.js
vendored
@ -75,7 +75,7 @@
|
||||
if (!e) this.paused = true
|
||||
if (this.$element.find('.next, .prev').length && $.support.transition.end) {
|
||||
this.$element.trigger($.support.transition.end)
|
||||
this.cycle()
|
||||
this.cycle(true)
|
||||
}
|
||||
clearInterval(this.interval)
|
||||
this.interval = null
|
||||
|
Loading…
x
Reference in New Issue
Block a user