mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
pass true to cycle
This commit is contained in:
parent
40b7a909a6
commit
ef80765726
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue