aboutsummaryrefslogtreecommitdiff
path: root/docs/components/tooltips.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-17 14:09:14 +0200
committerJohann-S <[email protected]>2017-05-17 14:22:10 +0200
commitdd78950d0a6a1586ae91b7f702980bc682f0df55 (patch)
treee04903309b4903ad9aa2c9502736c28b915b1622 /docs/components/tooltips.md
parentba2352c14ee1524a44e26f3b2393d4ed3195d99f (diff)
downloadbootstrap-dd78950d0a6a1586ae91b7f702980bc682f0df55.tar.xz
bootstrap-dd78950d0a6a1586ae91b7f702980bc682f0df55.zip
Update Popper.js 1.9.4
Diffstat (limited to 'docs/components/tooltips.md')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index cf3ae3c44..388b24854 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -16,7 +16,7 @@ Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips a
Things to know when using the tooltip plugin:
-- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.3/umd/popper.min.js) before bootstrap.js in order for tooltips to work!
+- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.4/umd/popper.min.js) before bootstrap.js in order for tooltips to work!
- Tooltips are opt-in for performance reasons, so **you must initialize them yourself**.
- Tooltips with zero-length titles are never displayed.
- Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).