diff options
| author | James Costian <[email protected]> | 2013-07-26 19:15:11 -0500 |
|---|---|---|
| committer | James Costian <[email protected]> | 2013-07-26 19:15:11 -0500 |
| commit | 2c58fab318dece74289448841545a21537b60ae6 (patch) | |
| tree | 6f3d3b0d6b8ef0b7da361973492cfc0d64b20a7b /javascript.html | |
| parent | e4159b53f6168f05041a10355ead9d35abd0abee (diff) | |
| download | bootstrap-2c58fab318dece74289448841545a21537b60ae6.tar.xz bootstrap-2c58fab318dece74289448841545a21537b60ae6.zip | |
Fix ID of buttons section on javascript page
The old ID caused the link on affix to not work.
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
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> |
