aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-25 13:42:51 -0700
committerMark Otto <[email protected]>2013-07-25 13:42:51 -0700
commitd242d536c4562ab0b30afafb3d2f663e2e55e15b (patch)
tree8f5e76085f7c6dede1f8d7b417b8c66905a560c1 /javascript.html
parentbc93a429a8dc981dce39a878c8dd279f250db92d (diff)
parent90fb40b7073af222478a99ee1ef93da879cac8b8 (diff)
downloadbootstrap-d242d536c4562ab0b30afafb3d2f663e2e55e15b.tar.xz
bootstrap-d242d536c4562ab0b30afafb3d2f663e2e55e15b.zip
Merge pull request #8603 from cvrebert/twbs
twbs ALL the links
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html
index 2fb5b334f..18d430f92 100644
--- a/javascript.html
+++ b/javascript.html
@@ -985,7 +985,7 @@ $('#example').tooltip(options)
<td>selector</td>
<td>string</td>
<td>false</td>
- <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twitter/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td>
+ <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td>
</tr>
<tr>
<td>trigger</td>
@@ -1262,7 +1262,7 @@ $('.nav-tabs').button()
<div class="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>
- <p><a href="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
+ <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
</div>
<h4>$().button('reset')</h4>