Skip to content

Commit

Permalink
tweak alert per #13875
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 20, 2014
1 parent 1e53dcd commit 3424843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h4>$().button('loading')</h4>

<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>
Expand Down

0 comments on commit 3424843

Please sign in to comment.