diff --git a/mail/components/about-support/content/aboutSupport.js b/mail/components/about-support/content/aboutSupport.js index 50bec32ecd..6752735058 100644 --- a/mail/components/about-support/content/aboutSupport.js +++ b/mail/components/about-support/content/aboutSupport.js @@ -1589,9 +1589,12 @@ function safeModeRestart() { // Added for TB. function onShowPrivateDataChange() { - document.getElementById( - "about-support-private" - ).disabled = document.getElementById("check-show-private-data").checked; + document + .getElementById("contents") + .classList.toggle( + "show-private-data", + document.getElementById("check-show-private-data").checked + ); } /** diff --git a/mail/components/about-support/content/aboutSupport.xhtml b/mail/components/about-support/content/aboutSupport.xhtml index 1a297e574c..08a14f13f5 100644 --- a/mail/components/about-support/content/aboutSupport.xhtml +++ b/mail/components/about-support/content/aboutSupport.xhtml @@ -23,9 +23,6 @@ - -