From ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 15:49:04 -0800 Subject: 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 8c01169dc..5a3e36935 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ 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 @@
  • 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 003a3ae3c..34cc5980c 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}}

    -- cgit v1.2.3