]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make warning from #13875 slightly more detailed 14191/head
authorChris Rebert <code@rebertia.com>
Fri, 18 Jul 2014 21:01:33 +0000 (14:01 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 18 Jul 2014 21:19:19 +0000 (14:19 -0700)
[skip sauce]

docs/_includes/js/buttons.html

index 6d812e70a3edb9ce74eda0c92635262d8ba506b0..a0801b56cfa119c55f8535da8dd187e719554c34 100644 (file)
@@ -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>