]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed broken anchors on js docs page 972/head
authorDavide Bellini <bellini.davide@gmail.com>
Thu, 12 Jan 2012 11:04:17 +0000 (12:04 +0100)
committerDavide Bellini <bellini.davide@gmail.com>
Thu, 12 Jan 2012 11:04:17 +0000 (12:04 +0100)
docs/javascript.html

index 51f3d691e0cf3e68d36995eeb51d0caba47e940e..0350103fab0265b46d660acb822fe174791f2c62 100644 (file)
@@ -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>