diff --git a/mozilla/browser/components/preferences/security.js b/mozilla/browser/components/preferences/security.js index 7a2b7c57361..db3ec26697b 100644 --- a/mozilla/browser/components/preferences/security.js +++ b/mozilla/browser/components/preferences/security.js @@ -361,8 +361,8 @@ var gSecurityPane = { { var noMP = !this._masterPasswordSet(); - var button = document.getElementById("changeMasterPassword"); - button.disabled = noMP; + //var button = document.getElementById("changeMasterPassword"); + //button.disabled = noMP; var checkbox = document.getElementById("useMasterPassword"); checkbox.checked = !noMP;