mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Fix for carousel indicators
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user