aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 18:47:08 -0700
committerMark Otto <[email protected]>2013-07-26 18:47:08 -0700
commitbdac42ea40d2140d57d3272d5170b0943f9e7ebe (patch)
tree6f3d3b0d6b8ef0b7da361973492cfc0d64b20a7b
parente4159b53f6168f05041a10355ead9d35abd0abee (diff)
parent2c58fab318dece74289448841545a21537b60ae6 (diff)
downloadbootstrap-bdac42ea40d2140d57d3272d5170b0943f9e7ebe.tar.xz
bootstrap-bdac42ea40d2140d57d3272d5170b0943f9e7ebe.zip
Merge pull request #8631 from jamescostian/patch-1
Fix ID of buttons section on javascript page
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 4602a0311..51ce7f95f 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1137,7 +1137,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
<!-- Buttons
================================================== -->
- <div class="bs-docs-section" id="js-buttons">
+ <div class="bs-docs-section" id="buttons">
<div class="page-header">
<h1>Buttons <small>button.js</small></h1>
</div>