1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 22:56:46 +02:00

use data-ride="carousel" in the docs & examples; fixes #11005

This commit is contained in:
Chris Rebert
2013-10-09 19:29:25 -07:00
parent 4da37222cf
commit ef1fc34e61
3 changed files with 4 additions and 7 deletions

View File

@@ -66,7 +66,7 @@
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>