]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update js docs page to clarify usage of images on carousel
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 08:44:27 +0000 (00:44 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 08:44:27 +0000 (00:44 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index 75d6f207e97fb8c774ab734536d6d36b9173ade3..255d089504921b344fa5d64f703f003ffd25f54e 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index c4c3dd72a9615ae39f1a4ff0b4bbff008f1f71e1..8e15690267c120c0ff9c54e7569e3767011fcaac 100644 (file)
@@ -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>
index cba75ac08e931a48d60266d99ba53bb1d18de8bc..f8fdec8eacfd229ff0c39f9be61654c9fc454d7f 100644 (file)
@@ -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>