Skip to content

Commit cf99804

Browse files
committed
rebuild
1 parent ef80765 commit cf99804

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/assets/js/bootstrap-carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
if (!e) this.paused = true
7676
if (this.$element.find('.next, .prev').length && $.support.transition.end) {
7777
this.$element.trigger($.support.transition.end)
78-
this.cycle()
78+
this.cycle(true)
7979
}
8080
clearInterval(this.interval)
8181
this.interval = null

docs/assets/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
if (!e) this.paused = true
337337
if (this.$element.find('.next, .prev').length && $.support.transition.end) {
338338
this.$element.trigger($.support.transition.end)
339-
this.cycle()
339+
this.cycle(true)
340340
}
341341
clearInterval(this.interval)
342342
this.interval = null

0 commit comments

Comments
 (0)