0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fix ID of buttons section on javascript page

The old ID caused the link on affix to not work.
This commit is contained in:
James Costian 2013-07-26 19:15:11 -05:00
parent e4159b53f6
commit 2c58fab318

View File

@ -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>