]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #1786 to manually fix typo in js docs links
authorMark Otto <markdotto@gmail.com>
Tue, 7 Feb 2012 07:55:18 +0000 (23:55 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 7 Feb 2012 07:55:18 +0000 (23:55 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index 9de4bed87fe509de7c4002be700ea5dc21706939..7c1f79a546fa9f2034fa1dbc8615bd6479efd264 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 02467051d1f0ac87ec26487d53c02f8c29082fd3..97dfc54a22498f99625defb6a454e89d1dd53a24 100644 (file)
@@ -801,7 +801,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
         <div class="span3 columns">
           <h3>About popovers</h3>
           <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p>
-          <p class="muted"><strong>*</strong> Requires <a href="#tooltip">Tooltip</a> to be included</p>
+          <p class="muted"><strong>*</strong> Requires <a href="#tooltips">Tooltip</a> to be included</p>
           <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">Download file</a>
         </div>
         <div class="span9 columns">
index 96581903644132082613bb783352f6df90109866..f74859d7e0b59cbea5edac59dca40b8d529f7d56 100644 (file)
@@ -725,7 +725,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
         <div class="span3 columns">
           <h3>{{_i}}About popovers{{/i}}</h3>
           <p>{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information.{{/i}}</p>
-          <p class="muted"><strong>*</strong> {{_i}}Requires <a href="#tooltip">Tooltip</a> to be included{{/i}}</p>
+          <p class="muted"><strong>*</strong> {{_i}}Requires <a href="#tooltips">Tooltip</a> to be included{{/i}}</p>
           <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a>
         </div>
         <div class="span9 columns">