mirror of https://github.com/twbs/bootstrap.git
Merge pull request #8046 from burnsra/3.0.0-wip-carousel
Fix for carousel indicators
This commit is contained in:
commit
b5095d3e8a
|
|
@ -442,7 +442,7 @@
|
|||
$target.carousel(options)
|
||||
|
||||
if (slideIndex = $this.attr('data-slide-to')) {
|
||||
$target.data('bs-carousel').pause().to(slideIndex).cycle()
|
||||
$target.data('bs.carousel').pause().to(slideIndex).cycle()
|
||||
}
|
||||
|
||||
e.preventDefault()
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -194,7 +194,7 @@
|
|||
$target.carousel(options)
|
||||
|
||||
if (slideIndex = $this.attr('data-slide-to')) {
|
||||
$target.data('bs-carousel').pause().to(slideIndex).cycle()
|
||||
$target.data('bs.carousel').pause().to(slideIndex).cycle()
|
||||
}
|
||||
|
||||
e.preventDefault()
|
||||
|
|
|
|||
Loading…
Reference in New Issue