diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index c910a5ce5..56132300c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1347,7 +1347,7 @@ $('#myCollapsible').on('hidden', function () { <h3>Markup</h3> <p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p> <pre class="prettyprint linenums"> -<div id="myCarousel" class="carousel"> +<div id="myCarousel" class="carousel slide"> <!-- Carousel items --> <div class="carousel-inner"> <div class="active item">…</div> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index ba3787561..4ed30284a 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1270,7 +1270,7 @@ $('#myCollapsible').on('hidden', function () { <h3>{{_i}}Markup{{/i}}</h3> <p>{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}</p> <pre class="prettyprint linenums"> -<div id="myCarousel" class="carousel"> +<div id="myCarousel" class="carousel slide"> <!-- {{_i}}Carousel items{{/i}} --> <div class="carousel-inner"> <div class="active item">…</div> |
