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:
Gijs Kruitbosch 2020-03-28 15:26:12 +00:00
Родитель 94b16f6e71
Коммит eed92da440
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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();
}