diff options
| author | Johann-S <[email protected]> | 2017-05-24 14:44:16 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-24 14:57:40 +0200 |
| commit | cc303d5d26338e4a6c6856c991204db996251a52 (patch) | |
| tree | 69cf18e8cdd64caf3bf5610a77a250c0e674026c /docs/components/tooltips.md | |
| parent | 9e894991b01dd76ee32a90d5c91629b62e2d23e5 (diff) | |
| download | bootstrap-cc303d5d26338e4a6c6856c991204db996251a52.tar.xz bootstrap-cc303d5d26338e4a6c6856c991204db996251a52.zip | |
Update Popper.js to 1.9.9
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 d48d8535e..2e630e93e 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.4/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.9/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). |
