diff options
| author | Johann-S <[email protected]> | 2017-04-20 10:18:57 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-14 11:41:19 +0200 |
| commit | 458b3cc4a37fc315a927c2d84bc362dad3e5a163 (patch) | |
| tree | 6ffe93ba6580b53ba708e8ad88c2d4e38c924239 /docs/components/tooltips.md | |
| parent | e5a0471b0b618409e30529a5e02933d5a74a4cc5 (diff) | |
| download | bootstrap-458b3cc4a37fc315a927c2d84bc362dad3e5a163.tar.xz bootstrap-458b3cc4a37fc315a927c2d84bc362dad3e5a163.zip | |
Update Popper.js 1.8.2
Diffstat (limited to 'docs/components/tooltips.md')
| -rw-r--r-- | docs/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 6d6d2a26a..1299d3a29 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.8.1/popper.es5.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.8.2/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). |
