aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-06-30 17:21:04 -0700
committerChris Rebert <[email protected]>2015-06-30 17:21:05 -0700
commit06bec750066fd6696d7beb9a6eef0519a37062b5 (patch)
tree85dd4ea246afecdfd45438c6696c4ed412c88210
parentf300f03f809eaf8bf64785edcc869c6412dfb9ca (diff)
downloadbootstrap-06bec750066fd6696d7beb9a6eef0519a37062b5.tar.xz
bootstrap-06bec750066fd6696d7beb9a6eef0519a37062b5.zip
Add Methods section to Popovers nav menu in docs
[skip sauce]
-rw-r--r--docs/_includes/js/popovers.html2
-rw-r--r--docs/_includes/nav/javascript.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index 39a667061..78369ea05 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -248,7 +248,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<p>Options for individual popovers can alternatively be specified through the use of data attributes, as explained above.</p>
</div>
- <h3>Methods</h3>
+ <h3 id="popovers-methods">Methods</h3>
<h4><code>$().popover(options)</code></h4>
<p>Initializes popovers for an element collection.</p>
diff --git a/docs/_includes/nav/javascript.html b/docs/_includes/nav/javascript.html
index de9834248..f8d314faa 100644
--- a/docs/_includes/nav/javascript.html
+++ b/docs/_includes/nav/javascript.html
@@ -69,6 +69,7 @@
<li><a href="#popovers-examples">Examples</a></li>
<li><a href="#popovers-usage">Usage</a></li>
<li><a href="#popovers-options">Options</a></li>
+ <li><a href="#popovers-methods">Methods</a></li>
<li><a href="#popovers-events">Events</a></li>
</ul>
</li>