diff options
| author | Mark Otto <[email protected]> | 2012-01-24 19:50:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 19:50:18 -0800 |
| commit | c6d5dcd872dcc3aa16a269cb5b4a434a8960f58c (patch) | |
| tree | 00ed03dffe3b674b2e2392eec61d3d41dbeaabc9 /docs | |
| parent | bacb05608f2d42ef7fdb6fa25241d4268b989387 (diff) | |
| download | bootstrap-c6d5dcd872dcc3aa16a269cb5b4a434a8960f58c.tar.xz bootstrap-c6d5dcd872dcc3aa16a269cb5b4a434a8960f58c.zip | |
remove link from transitions on js page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 396bf15bc..cc9c0d9eb 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -162,7 +162,7 @@ </div> <div class="span3"> <label> - <h3><a href="./javascript.html#transitions">Transitions</a> <small class="muted">*</small><input value="bootstrap-transition.js" checked="true" type="checkbox"></h3> + <h3>Transitions <small class="muted">*</small><input value="bootstrap-transition.js" checked="true" type="checkbox"></h3> <p>For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.</p> <p class="muted"><strong>*</strong> Required for animation in plugins</p> </label> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index b6b16fef2..401e86cbe 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -102,7 +102,7 @@ </div> <div class="span3"> <label> - <h3><a href="./javascript.html#transitions">{{_i}}Transitions{{/i}}</a> <small class="muted">*</small><input value="bootstrap-transition.js" checked="true" type="checkbox"></h3> + <h3>{{_i}}Transitions{{/i}} <small class="muted">*</small><input value="bootstrap-transition.js" checked="true" type="checkbox"></h3> <p>{{_i}}For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.{{/i}}</p> <p class="muted"><strong>*</strong> {{_i}}Required for animation in plugins{{/i}}</p> </label> |
