From: Mark Otto Date: Mon, 8 Apr 2013 05:58:16 +0000 (-0700) Subject: fixes #7503: don't do dat X-Git-Tag: v3.0.0-rc1~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92977fb13e6a837cd0bc31cb2003fce7c235bf4b;p=thirdparty%2Fbootstrap.git fixes #7503: don't do dat --- diff --git a/docs/docs.html b/docs/docs.html index 4506d5ae5b..0ae2198ad4 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4809,7 +4809,7 @@ For example, <section> should be wrapped as inline.

Individual or compiled

-

Plugins can be included individually (though some have required dependencies), or all at once. Do attempt to include both. Both bootstrap.js and bootstrap.min.js contain all plugins in a single file.

+

Plugins can be included individually (though some have required dependencies), or all at once. Do not attempt to include both. Both bootstrap.js and bootstrap.min.js contain all plugins in a single file.

Data attributes

You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.