diff options
| author | Mark Otto <[email protected]> | 2012-02-12 15:49:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 15:49:04 -0800 |
| commit | ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05 (patch) | |
| tree | 9d94ff1f514af0188646e04077be7a2d6179efaf /docs/components.html | |
| parent | 163c98ea7e321ce3a1b38128cfb2bec6cd76e6de (diff) | |
| download | bootstrap-ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05.tar.xz bootstrap-ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05.zip | |
add note to button dropdowns about js plugin dependency per #1746
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 10725024b..8cd2e58d8 100644 --- a/docs/components.html +++ b/docs/components.html @@ -248,7 +248,9 @@ <li><a href="#">Separated link</a></li> </ul> </div><!-- /btn-group --> - </div> + </div><!-- /btn-toolbar --> + <hr> + <p><span class="label label-info">Heads up!</span> Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.</p> </div> <div class="span8"> <h3>Example markup</h3> |
