diff options
| author | Chris Rebert <[email protected]> | 2014-07-18 14:01:33 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-18 14:19:19 -0700 |
| commit | db352bcc94287bcef015752c059b31dd1d8ee4c3 (patch) | |
| tree | 71aa3999a3826f3ae4c1a354ca039c95cd6b6d4a /docs | |
| parent | 031cb969d7d11e3f64bea93009be3db365bfbf1b (diff) | |
| download | bootstrap-db352bcc94287bcef015752c059b31dd1d8ee4c3.tar.xz bootstrap-db352bcc94287bcef015752c059b31dd1d8ee4c3.zip | |
Make warning from #13875 slightly more detailed
[skip sauce]
Diffstat (limited to 'docs')
| -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 6d812e70a..a0801b56c 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 form control states 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 (disabledness and checkedness) across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p> </div> <h4>$().button('reset')</h4> |
