aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent0f088af855908dc2e093772cfcf54c30893b952a (diff)
downloadbootstrap-dc3d2b1044afa5633291f856b451543f17ecd690.tar.xz
bootstrap-dc3d2b1044afa5633291f856b451543f17ecd690.zip
update js docs page to clarify usage of images on carousel
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin49734 -> 51953 bytes
-rw-r--r--docs/javascript.html4
-rw-r--r--docs/templates/pages/javascript.mustache4
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 75d6f207e..255d08950 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
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">&lsaquo;</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</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">&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>