2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Fix for carousel indicators

This commit is contained in:
Robert Burns
2013-06-01 08:15:40 -04:00
parent a4c1248ca0
commit cc684750e5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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()
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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()