diff options
| author | Jacob Thornton <[email protected]> | 2012-02-20 22:02:04 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-20 22:02:04 -0800 |
| commit | d149a131c14bb8be32ecc306f2128dddec9e83bf (patch) | |
| tree | c3ab00fb5874b758f4ed8f6b39b764a01bfc4c7f /docs | |
| parent | f046c12bd21b03d9b34e7e5f6386f7f4b614eace (diff) | |
| download | bootstrap-d149a131c14bb8be32ecc306f2128dddec9e83bf.tar.xz bootstrap-d149a131c14bb8be32ecc306f2128dddec9e83bf.zip | |
remake
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53662 -> 53665 bytes | |||
| -rw-r--r-- | docs/assets/js/bootstrap-carousel.js | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 976400909..f23ad0bdf 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/js/bootstrap-carousel.js b/docs/assets/js/bootstrap-carousel.js index 810256e80..aef98fb05 100644 --- a/docs/assets/js/bootstrap-carousel.js +++ b/docs/assets/js/bootstrap-carousel.js @@ -83,14 +83,14 @@ , fallback = type == 'next' ? 'first' : 'last' , that = this - if (!$next.length) return - this.sliding = true isCycling && this.pause() $next = $next.length ? $next : this.$element.find('.item')[fallback]() + if ($next.hasClass('active')) return + if (!$.support.transition && this.$element.hasClass('slide')) { this.$element.trigger('slide') $active.removeClass('active') |
