diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html
index f07e716c8a23953b4517bbb4b4a194ea563fa65e..617fc8c815d62ed4113e79cc1af6142030b707d9 100644
--- a/docs/_includes/js/buttons.html
+++ b/docs/_includes/js/buttons.html
@@ -5,7 +5,7 @@
 
   <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 (disabledness and checkedness) 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>. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=654072">Mozilla bug #654072</a>.</p>
   </div>
 
   <h2 id="buttons-stateful">Stateful</h2>
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html
index 7be0727f14b33dff67baa7055cf083b99e5cb1d3..fe670e1875ea0fb99b34535e17dcfb2fe2ddff3b 100644
--- a/docs/browser-bugs.html
+++ b/docs/browser-bugs.html
@@ -59,6 +59,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
           <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1060131">Mozilla bug #1060131</a></td>
           <td><a href="https://github.com/twbs/bootstrap/issues/14320">#14320</a></td>
         </tr>
+        <tr>
+          <td>Firefox</td>
+          <td>If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page.</td>
+          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=654072">Mozilla bug #654072</a></td>
+          <td><a href="https://github.com/twbs/bootstrap/issues/793">#793</a></td>
+        </tr>
         <tr>
           <td>Chrome</td>
           <td>Weird button behavior with some number <code>&lt;input&gt;</code>s</td>