diff options
| author | Johann-S <[email protected]> | 2017-05-12 21:44:43 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-14 11:41:19 +0200 |
| commit | 21c38641342b98d7590b9c901f77d2a21e99f1fd (patch) | |
| tree | a1b0392288fcc8e35bebd665fae6d67975f9bf15 /docs/components/tooltips.md | |
| parent | c78cbb275b0c559f5c9436ee3df816e1f6195201 (diff) | |
| download | bootstrap-21c38641342b98d7590b9c901f77d2a21e99f1fd.tar.xz bootstrap-21c38641342b98d7590b9c901f77d2a21e99f1fd.zip | |
Update Popper.js 1.9.3
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 5518b7140..cf3ae3c44 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.1/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.3/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). |
