diff options
| author | Kevin Kirsche <[email protected]> | 2015-03-01 16:24:12 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-03-01 16:24:12 -0500 |
| commit | 7b3e4d8423fcf7fa9a488efd9d5bcbd273445a55 (patch) | |
| tree | c25d7f459a71ea143681b3890af927bd729921db /docs | |
| parent | 1ba2630ccf460106036129086c98c5bacd7baa98 (diff) | |
| download | bootstrap-7b3e4d8423fcf7fa9a488efd9d5bcbd273445a55.tar.xz bootstrap-7b3e4d8423fcf7fa9a488efd9d5bcbd273445a55.zip | |
Replace accidently removed text
X-Ref #15742
cc: @mdo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/tooltips.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index c827a7ff6..3616c1521 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -264,7 +264,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> {% highlight js %}$('#element').popover('toggle'){% endhighlight %} <h4>.popover('destroy')</h4> - <p>Popovers that use delegation (which are created using <a href="#popovers-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p> + <p>Hides and destroys an element's popover. Popovers that use delegation (which are created using <a href="#popovers-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p> {% highlight js %}$('#element').popover('destroy'){% endhighlight %} <h3 id="popovers-events">Events</h3> diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 48534ed3e..77a0d5cb5 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -225,7 +225,7 @@ $('#example').tooltip(options) {% highlight js %}$('#element').tooltip('toggle'){% endhighlight %} <h4>.tooltip('destroy')</h4> - <p>Tooltips that use delegation (which are created using <a href="#tooltips-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p> + <p>Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using <a href="#tooltips-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p> {% highlight js %}$('#element').tooltip('destroy'){% endhighlight %} <h3 id="tooltips-events">Events</h3> |
