diff options
| author | Chris Rebert <[email protected]> | 2014-07-27 16:51:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-27 16:51:07 -0700 |
| commit | 90424296eb339a579fc47eec18029af299e38b28 (patch) | |
| tree | 084299162e6eee9cca33c355ad18b9b8713b6058 /docs/_includes/js/popovers.html | |
| parent | d6d9bb5bc857b2fd2cb21f89861d9f84904c1997 (diff) | |
| download | bootstrap-90424296eb339a579fc47eec18029af299e38b28.tar.xz bootstrap-90424296eb339a579fc47eec18029af299e38b28.zip | |
Fix #14219: Document that empty tooltips+popovers do not get displayed
Diffstat (limited to 'docs/_includes/js/popovers.html')
| -rw-r--r-- | docs/_includes/js/popovers.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 4ab7253b1..ab3d9fea0 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -3,6 +3,7 @@ <h2 id="popovers-examples">Examples</h2> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> + <p>Popovers whose both title and content are zero-length are never displayed.</p> <div class="bs-callout bs-callout-danger"> <h4>Plugin dependency</h4> |
