diff options
| author | Mark Otto <[email protected]> | 2014-06-19 19:54:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-19 19:54:25 -0700 |
| commit | 34248437c3bc7278f912c9005d3fd4877b723d83 (patch) | |
| tree | 13b97a6be2d5a8703c7426fff133e2dcf115a2eb /docs/_includes | |
| parent | 1e53dcd137e7d8c8abe26af610ebb14c26de1043 (diff) | |
| download | bootstrap-34248437c3bc7278f912c9005d3fd4877b723d83.tar.xz bootstrap-34248437c3bc7278f912c9005d3fd4877b723d83.zip | |
tweak alert per #13875
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 154320e48..ee5b3d71d 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -144,7 +144,7 @@ $('.btn').button() <div class="bs-callout bs-callout-danger"> <h4>Cross-browser compatibility</h4> - <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> + <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists form control states across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p> </div> <h4>$().button('reset')</h4> |
