зеркало из https://github.com/mozilla/pjs.git
bug 359530 - Fixes typo that makes 'Use Master Password' checkbox work.
This commit is contained in:
Родитель
cc40eb3180
Коммит
de63246d4c
|
@ -146,7 +146,7 @@ var gAdvancedPane = {
|
|||
* the Master Password UI is automatically updated.
|
||||
*/
|
||||
_removeMasterPassword: function advRemoveMasterPassword() {
|
||||
if (this._secmodDB.isFIPSEnabled) {
|
||||
if (this._secModDB.isFIPSEnabled) {
|
||||
var bundle = document.getElementById("bundlePreferences");
|
||||
var promptSvc = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
|
||||
.getService(Components.interfaces.nsIPromptService);
|
||||
|
|
Загрузка…
Ссылка в новой задаче