From dc3d2b1044afa5633291f856b451543f17ecd690 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 00:44:27 -0800 Subject: update js docs page to clarify usage of images on carousel --- docs/assets/bootstrap.zip | Bin 49734 -> 51953 bytes docs/javascript.html | 4 ++++ docs/templates/pages/javascript.mustache | 4 ++++ 3 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 75d6f207e..255d08950 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip 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 () { +
+ Heads up! + When implementing this carousel, remove the images we have provided and replace them with your own. +

Using bootstrap-carousel.js

Call via javascript:

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 () { +
+ {{_i}}Heads up!{{/i}} + {{_i}}When implementing this carousel, remove the images we have provided and replace them with your own.{{/i}} +

{{_i}}Using bootstrap-carousel.js{{/i}}

{{_i}}Call via javascript:{{/i}}

-- cgit v1.2.3