Merge pull request #8046 from burnsra/3.0.0-wip-carousel
Fix for carousel indicators
Esse commit está contido em:
externo
+1
-1
@@ -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()
|
||||
|
||||
externo
+1
-1
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+1
-1
@@ -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()
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário