From ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 15:49:04 -0800 Subject: [PATCH] add note to button dropdowns about js plugin dependency per #1746 --- docs/assets/bootstrap.zip | Bin 53053 -> 53053 bytes docs/components.html | 4 +++- docs/templates/pages/components.mustache | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8c01169dc0e1d9da27ecf1115b315ccd0cc3203c..5a3e369357b1dd1542f55fe84a6aa9cca9d4b602 100644 GIT binary patch delta 472 zcmdlxk9qGrW}X0VW)?065D=-G$fL-1!{5UHrvGHdbHZFO3DLTV0jg{_;S!Srrf@I; z1!vfT1#kFoynP-dFnJB9BUIVu&z#}xOd@rYeFTlbM&9t>+##6$f}3q&LerY71wfVyPf@{ib}985sfGi3gRsqys?zj0fXE-}Z$Vbo!s%UeI;95hFkg>BFOeo*^njXlc02%(w z+;siW5KabWgae@VOztmohH1D_R4D*5Be)r6_vUHM)nFmvDJo#gA&!UXjhbQr72P~x z3X390@3gHZFrf=uuZe(!R-DpjDhGL57Q}mZMrN|eX>o{%_~Z?z*+8N`r@hfccAWNS z0^0^xqjAOoO-<(+7Zj6?(d3=Z2BL{=uP{Mrd{vpR+>~xpdA6A|gCl^SlTE DLdL1a diff --git a/docs/components.html b/docs/components.html index 10725024b4..8cd2e58d8d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -248,7 +248,9 @@
  • Separated link
  • - + +
    +

    Heads up! Button dropdowns require the Bootstrap dropdown plugin to function.

    Example markup

    diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 003a3ae3c8..34cc5980cc 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -172,7 +172,9 @@
  • {{_i}}Separated link{{/i}}
  • - + +
    +

    {{_i}}Heads up!{{/i}} {{_i}}Button dropdowns require the Bootstrap dropdown plugin to function.{{/i}}

    {{_i}}Example markup{{/i}}