aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 00:44:27 -0800
committerMark Otto <[email protected]>2012-01-30 00:44:27 -0800
commitdc3d2b1044afa5633291f856b451543f17ecd690 (patch)
tree9ff5d6a6cba8056f35e2e3366d5498fb9ccbbcc1 /docs/templates/pages/javascript.mustache
parent0f088af855908dc2e093772cfcf54c30893b952a (diff)
downloadbootstrap-dc3d2b1044afa5633291f856b451543f17ecd690.tar.xz
bootstrap-dc3d2b1044afa5633291f856b451543f17ecd690.zip
update js docs page to clarify usage of images on carousel
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache4
1 files changed, 4 insertions, 0 deletions
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">&lsaquo;</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</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>