diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 49734 -> 51953 bytes | |||
| -rw-r--r-- | docs/javascript.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 75d6f207e..255d08950 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/javascript.html b/docs/javascript.html index c4c3dd72a..8e1569026 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1265,6 +1265,10 @@ $('#myCollapsible').on('hidden', function () { <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a> <a class="right carousel-control" href="#myCarousel" data-slide="next">›</a> </div> + <div class="alert alert-info"> + <strong>Heads up!</strong> + When implementing this carousel, remove the images we have provided and replace them with your own. + </div> <hr> <h2>Using bootstrap-carousel.js</h2> <p>Call via javascript:</p> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index cba75ac08..f8fdec8ea 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1189,6 +1189,10 @@ $('#myCollapsible').on('hidden', function () { <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a> <a class="right carousel-control" href="#myCarousel" data-slide="next">›</a> </div> + <div class="alert alert-info"> + <strong>{{_i}}Heads up!{{/i}}</strong> + {{_i}}When implementing this carousel, remove the images we have provided and replace them with your own.{{/i}} + </div> <hr> <h2>{{_i}}Using bootstrap-carousel.js{{/i}}</h2> <p>{{_i}}Call via javascript:{{/i}}</p> |
