diff options
| author | Johann-S <[email protected]> | 2017-07-28 08:34:53 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-07-28 09:34:53 +0300 |
| commit | f4f63d862352de4ebff7a0fc42a572d97817ebc6 (patch) | |
| tree | eeb474edd3aa555256cb537d33fc2bf98e0f9d55 /docs/4.0/components/tooltips.md | |
| parent | 88c9a1609c4e0f75b58cc5af62cd30c038735ca3 (diff) | |
| download | bootstrap-f4f63d862352de4ebff7a0fc42a572d97817ebc6.tar.xz bootstrap-f4f63d862352de4ebff7a0fc42a572d97817ebc6.zip | |
Update Popper.js to 1.11.0 (#23162)
Diffstat (limited to 'docs/4.0/components/tooltips.md')
| -rw-r--r-- | docs/4.0/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/tooltips.md b/docs/4.0/components/tooltips.md index e5c2e0056..36fd3908f 100644 --- a/docs/4.0/components/tooltips.md +++ b/docs/4.0/components/tooltips.md @@ -10,7 +10,7 @@ toc: true 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.10.8/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.11.0/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). |
