From: Chris Rebert Date: Fri, 18 Jul 2014 21:01:33 +0000 (-0700) Subject: Make warning from #13875 slightly more detailed X-Git-Tag: v3.3.0~304^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14191%2Fhead;p=thirdparty%2Fbootstrap.git Make warning from #13875 slightly more detailed [skip sauce] --- diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 6d812e70a3..a0801b56cf 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -144,7 +144,7 @@ $('.btn').button()

Cross-browser compatibility

-

Firefox persists form control states across page loads. A workaround for this is to use autocomplete="off".

+

Firefox persists form control states (disabledness and checkedness) across page loads. A workaround for this is to use autocomplete="off".

$().button('reset')