diff options
| author | Mark Otto <[email protected]> | 2012-01-12 10:29:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-12 10:29:16 -0800 |
| commit | f58aa16f59635c267ba507229a88d1e54e06d194 (patch) | |
| tree | c69fb071a67716a5ca4afa9642949b3c810ff6a5 /docs | |
| parent | 5e3c21133430112bf8361827dc7a6a29f3f56c72 (diff) | |
| parent | 8b5c8a3a90deebc1e83996668fad33568a3f58c6 (diff) | |
| download | bootstrap-f58aa16f59635c267ba507229a88d1e54e06d194.tar.xz bootstrap-f58aa16f59635c267ba507229a88d1e54e06d194.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 51f3d691e..0350103fa 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -528,7 +528,7 @@ $('#myModal').on('hidden', function () { <!-- Tabs ================================================== --> - <section id="tab"> + <section id="tabs"> <div class="page-header"> <h1>Togglable tabs <small>bootstrap-tab.js</small></h1> </div> @@ -832,7 +832,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <!-- Alert ================================================== --> - <section id="alert"> + <section id="alerts"> <div class="page-header"> <h1>Alert messages <small>bootstrap-alert.js</small></h1> </div> @@ -901,7 +901,7 @@ $('#my-alert').bind('closed', function () { <!-- Buttons ================================================== --> - <section id="button"> + <section id="buttons"> <div class="page-header"> <h1>Buttons <small>bootstrap-button.js</small></h1> </div> |
