aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Nguyen <[email protected]>2014-10-02 10:44:20 -0700
committerDavid Nguyen <[email protected]>2014-10-02 10:44:20 -0700
commit6fa74953333dab483e1e8452c3d256e04ed3436b (patch)
tree7e5f41f00ef68edc36a88e13915c46dc8c225f80
parent33afb8a37bda2fc9131bf8b853b6b185c22ee483 (diff)
downloadbootstrap-6fa74953333dab483e1e8452c3d256e04ed3436b.tar.xz
bootstrap-6fa74953333dab483e1e8452c3d256e04ed3436b.zip
Fix #12563: Reiterate that empty tooltips+popovers do not get displayed
-rw-r--r--docs/_includes/js/popovers.html2
-rw-r--r--docs/_includes/js/tooltips.html2
2 files changed, 2 insertions, 2 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>
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 2165dddc7..3ec076b70 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -207,7 +207,7 @@ $('#example').tooltip(options)
<p>Attaches a tooltip handler to an element collection.</p>
<h4>.tooltip('show')</h4>
- <p>Reveals an element's tooltip.</p>
+ <p>Reveals an element's tooltip. Tooltips with zero-length titles are never displayed.</p>
{% highlight js %}$('#element').tooltip('show'){% endhighlight %}
<h4>.tooltip('hide')</h4>