diff options
| author | Mark Otto <[email protected]> | 2013-07-26 18:47:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 18:47:08 -0700 |
| commit | bdac42ea40d2140d57d3272d5170b0943f9e7ebe (patch) | |
| tree | 6f3d3b0d6b8ef0b7da361973492cfc0d64b20a7b /javascript.html | |
| parent | e4159b53f6168f05041a10355ead9d35abd0abee (diff) | |
| parent | 2c58fab318dece74289448841545a21537b60ae6 (diff) | |
| download | bootstrap-bdac42ea40d2140d57d3272d5170b0943f9e7ebe.tar.xz bootstrap-bdac42ea40d2140d57d3272d5170b0943f9e7ebe.zip | |
Merge pull request #8631 from jamescostian/patch-1
Fix ID of buttons section on javascript page
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> |
