aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-23 00:58:41 -0700
committerMark Otto <[email protected]>2012-03-23 00:58:41 -0700
commite84161076b6c54be4ab0950f5d91c23456a967a7 (patch)
tree5994f47a121c04b6fdf616d0720a660f67428a08 /docs
parentf330de0b5c506267dcee917c23844697ee56230d (diff)
downloadbootstrap-e84161076b6c54be4ab0950f5d91c23456a967a7.tar.xz
bootstrap-e84161076b6c54be4ab0950f5d91c23456a967a7.zip
add mention of transitions plugin requirement on collapse
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin55701 -> 55701 bytes
-rw-r--r--docs/javascript.html3
-rw-r--r--docs/templates/pages/javascript.mustache3
3 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index d025abf0a..1f11406c8 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 f0382bf49..4f6059cb7 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1112,7 +1112,8 @@ $('#my-alert').bind('closed', function () {
<h3>About</h3>
<p>Get base styles and flexible support for collapsible components like accordions and navigation.</p>
<a href="assets/js/bootstrap-collapse.js" target="_blank" class="btn">Download file</a>
- </div>
+ <p class="muted"><strong>*</strong> Requires the Transitions plugin to be included.</p>
+ </div>
<div class="span9 columns">
<h2>Example accordion</h2>
<p>Using the collapse plugin, we built a simple accordion style widget:</p>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 01fcb9761..06816c7ad 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1036,7 +1036,8 @@ $('#my-alert').bind('closed', function () {
<h3>{{_i}}About{{/i}}</h3>
<p>{{_i}}Get base styles and flexible support for collapsible components like accordions and navigation.{{/i}}</p>
<a href="assets/js/bootstrap-collapse.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a>
- </div>
+ <p class="muted"><strong>*</strong> {{_i}}Requires the Transitions plugin to be included.{{/i}}</p>
+ </div>
<div class="span9 columns">
<h2>{{_i}}Example accordion{{/i}}</h2>
<p>{{_i}}Using the collapse plugin, we built a simple accordion style widget:{{/i}}</p>