diff options
| author | Mark Otto <[email protected]> | 2012-03-23 00:58:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 00:58:41 -0700 |
| commit | e84161076b6c54be4ab0950f5d91c23456a967a7 (patch) | |
| tree | 5994f47a121c04b6fdf616d0720a660f67428a08 /docs/templates/pages/javascript.mustache | |
| parent | f330de0b5c506267dcee917c23844697ee56230d (diff) | |
| download | bootstrap-e84161076b6c54be4ab0950f5d91c23456a967a7.tar.xz bootstrap-e84161076b6c54be4ab0950f5d91c23456a967a7.zip | |
add mention of transitions plugin requirement on collapse
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 3 |
1 files changed, 2 insertions, 1 deletions
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> |
