Skip to content

Commit

Permalink
add note to button dropdowns about js plugin dependency per #1746
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 12, 2012
1 parent 163c98e commit ac9ac4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/components.html
Expand Up @@ -248,7 +248,9 @@ <h3>Button dropdowns</h3>
<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>
Expand Down
4 changes: 3 additions & 1 deletion docs/templates/pages/components.mustache
Expand Up @@ -172,7 +172,9 @@
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
</div>
</div><!-- /btn-toolbar -->
<hr>
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.{{/i}}</p>
</div>
<div class="span8">
<h3>{{_i}}Example markup{{/i}}</h3>
Expand Down

0 comments on commit ac9ac4d

Please sign in to comment.