Commit 1fa94bdb authored by Davide Bellini's avatar Davide Bellini
Browse files

Fixed broken anchors on js docs page

parent 19090ea3
17 merge requests!14752.0 wip,!1403warningText and warningBackground docs fix,!985Fix id anchor javascript,!972Fixed broken anchors on js docs page,!13512.0 wip - relative font sizes,!1315[2.0-wip] Fix mustache glob when building,!1268[wip-2.0] IE 7/8 Typehead JS fix,!12362.0 wip - Fix for issue #1202,!1219Removed dotted outline on navbar dropdown menu,!1210Missing icon class from examples,!1195Fixed display of secondary container,!1090Fixed typo,!1084Default `.border-radius-custom` values,!1064Typo Fix in tables.less,!10572.0 wip,!1052Missing data attribute to close modal,!10212.0 wip
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment