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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user