diff options
| author | David Nguyen <[email protected]> | 2014-10-02 10:44:20 -0700 |
|---|---|---|
| committer | David Nguyen <[email protected]> | 2014-10-02 10:44:20 -0700 |
| commit | 6fa74953333dab483e1e8452c3d256e04ed3436b (patch) | |
| tree | 7e5f41f00ef68edc36a88e13915c46dc8c225f80 /docs/_includes/js/popovers.html | |
| parent | 33afb8a37bda2fc9131bf8b853b6b185c22ee483 (diff) | |
| download | bootstrap-6fa74953333dab483e1e8452c3d256e04ed3436b.tar.xz bootstrap-6fa74953333dab483e1e8452c3d256e04ed3436b.zip | |
Fix #12563: Reiterate that empty tooltips+popovers do not get displayed
Diffstat (limited to 'docs/_includes/js/popovers.html')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 1d76127ac..35f7bb170 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -246,7 +246,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> <p>Initializes popovers for an element collection.</p> <h4>.popover('show')</h4> - <p>Reveals an element's popover.</p> + <p>Reveals an element's popover. Popovers whose both title and content are zero-length are never displayed.</p> {% highlight js %}$('#element').popover('show'){% endhighlight %} <h4>.popover('hide')</h4> |
