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:
parent
e4159b53f6
commit
2c58fab318
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user