wallpaper part 2 for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons.

git-svn-id: svn://10.0.0.236/trunk@231252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dolske%mozilla.com
2007-08-02 01:04:04 +00:00
parent 0c27a705e1
commit 680032bf38

View File

@@ -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;