From: Mark Otto Date: Sun, 12 Feb 2012 23:49:04 +0000 (-0800) Subject: add note to button dropdowns about js plugin dependency per #1746 X-Git-Tag: v2.0.2~139^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05;p=thirdparty%2Fbootstrap.git add note to button dropdowns about js plugin dependency per #1746 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8c01169dc0..5a3e369357 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 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}}