From: Mark Otto Date: Mon, 30 Jan 2012 08:44:27 +0000 (-0800) Subject: update js docs page to clarify usage of images on carousel X-Git-Tag: v2.0.0~6^2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc3d2b1044afa5633291f856b451543f17ecd690;p=thirdparty%2Fbootstrap.git update js docs page to clarify usage of images on carousel --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 75d6f207e9..255d089504 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 c4c3dd72a9..8e15690267 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 cba75ac08e..f8fdec8eac 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}}