]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace accidently removed text 15964/head
authorKevin Kirsche <kkirsche@ansfederal.com>
Sun, 1 Mar 2015 21:24:12 +0000 (16:24 -0500)
committerKevin Kirsche <kkirsche@ansfederal.com>
Sun, 1 Mar 2015 21:24:12 +0000 (16:24 -0500)
X-Ref #15742

cc: @mdo

docs/_includes/js/popovers.html
docs/_includes/js/tooltips.html

index c827a7ff6940f1a5ca426e044e6557fcf78dd1b1..3616c15216b64fb794916cdf922581b70b852b59 100644 (file)
@@ -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>
index 48534ed3e35eb9ca2b5bb1fa23e06aa83358f05e..77a0d5cb508d125aff277daddc37e9207448d85d 100644 (file)
@@ -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>