]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add note to button dropdowns about js plugin dependency per #1746
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 23:49:04 +0000 (15:49 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 23:49:04 +0000 (15:49 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index 8c01169dc0e1d9da27ecf1115b315ccd0cc3203c..5a3e369357b1dd1542f55fe84a6aa9cca9d4b602 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 10725024b439e4953afd121473aef22b14e5bf4c..8cd2e58d8d7d9b8bccab89a007ed3a5bcc751287 100644 (file)
             <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>
index 003a3ae3c8685aff5f9b65ca2b1e722393494fbd..34cc5980cc5f2e29a63bdf9f246d54c914cc2139 100644 (file)
             <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>