зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1625457 - fix privacy pane when MOZ_DATA_REPORTING=false, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D68559 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
94b16f6e71
Коммит
eed92da440
|
@ -503,11 +503,6 @@ var gPrivacyPane = {
|
|||
"command",
|
||||
gPrivacyPane.showSecurityDevices
|
||||
);
|
||||
setEventListener(
|
||||
"telemetryDataDeletionLearnMore",
|
||||
"command",
|
||||
gPrivacyPane.showDataDeletion
|
||||
);
|
||||
|
||||
this._pane = document.getElementById("panePrivacy");
|
||||
|
||||
|
@ -644,6 +639,11 @@ var gPrivacyPane = {
|
|||
"command",
|
||||
gPrivacyPane.updateSubmitHealthReport
|
||||
);
|
||||
setEventListener(
|
||||
"telemetryDataDeletionLearnMore",
|
||||
"command",
|
||||
gPrivacyPane.showDataDeletion
|
||||
);
|
||||
if (AppConstants.MOZ_NORMANDY) {
|
||||
this.initOptOutStudyCheckbox();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче