From: fat Date: Fri, 1 Mar 2013 03:47:01 +0000 (-0800) Subject: pass true to cycle X-Git-Tag: v2.3.1^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef80765726f2be39c85080d257e7eac55abcc6a6;p=thirdparty%2Fbootstrap.git pass true to cycle --- diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js index 604552012b..e3ce799a11 100644 --- a/js/bootstrap-carousel.js +++ b/js/bootstrap-carousel.js @@ -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