aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/dropdowns.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-07-28 08:34:53 +0200
committerXhmikosR <[email protected]>2017-07-28 09:34:53 +0300
commitf4f63d862352de4ebff7a0fc42a572d97817ebc6 (patch)
treeeeb474edd3aa555256cb537d33fc2bf98e0f9d55 /docs/4.0/components/dropdowns.md
parent88c9a1609c4e0f75b58cc5af62cd30c038735ca3 (diff)
downloadbootstrap-f4f63d862352de4ebff7a0fc42a572d97817ebc6.tar.xz
bootstrap-f4f63d862352de4ebff7a0fc42a572d97817ebc6.zip
Update Popper.js to 1.11.0 (#23162)
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
-rw-r--r--docs/4.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index d2e64e536..9170b7162 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -10,7 +10,7 @@ toc: true
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/)
-Dropdowns are built on a third party library, [Popper.js](https://popper.js.org), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.8/umd/popper.min.js) before Bootstrap's JavaScript.
+Dropdowns are built on a third party library, [Popper.js](https://popper.js.org), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js) before Bootstrap's JavaScript.
## Accessibility