]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention that dropdowns depend on popper.js too.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 26 Sep 2017 13:43:56 +0000 (16:43 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 26 Sep 2017 14:04:45 +0000 (17:04 +0300)
docs/4.0/getting-started/javascript.md

index 9e080dc32585fbba8f078b924ae5df0e24d95042..648132255bce847ec150507bbe6b9b8f44d91483 100644 (file)
@@ -14,7 +14,7 @@ Plugins can be included individually (using Bootstrap's individual `*.js` files)
 
 Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that **all plugins depend on jQuery** (this means jQuery must be included **before** the plugin files). [Consult our `package.json`]({{ site.repo }}/blob/v{{ site.current_version }}/package.json) to see which versions of jQuery are supported.
 
-Our tooltips and popovers also depend on [Popper.js](https://popper.js.org/).
+Our dropdowns, popovers and tooltips also depend on [Popper.js](https://popper.js.org/).
 
 ## Data attributes