]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
pass true to cycle
authorfat <jacobthornton@gmail.com>
Fri, 1 Mar 2013 03:47:01 +0000 (19:47 -0800)
committerfat <jacobthornton@gmail.com>
Fri, 1 Mar 2013 03:47:01 +0000 (19:47 -0800)
js/bootstrap-carousel.js

index 604552012b170bc20579c13d724883c253dd152a..e3ce799a11ea6ec47d4ce528d1cf28fd75bd68c2 100644 (file)
@@ -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