Loading browser/components/preferences/privacy.js +0 −15 Original line number Diff line number Diff line Loading @@ -3947,21 +3947,6 @@ var gPrivacyPane = { setSyncFromPrefListener("savePasswords", () => this.readSavePasswords()); if (AlertsServiceDND) { let notificationsDoNotDisturbBox = document.getElementById( "notificationsDoNotDisturbBox" ); notificationsDoNotDisturbBox.removeAttribute("hidden"); let checkbox = document.getElementById("notificationsDoNotDisturb"); document.l10n.setAttributes(checkbox, "permissions-notification-pause"); if (AlertsServiceDND.manualDoNotDisturb) { let notificationsDoNotDisturb = document.getElementById( "notificationsDoNotDisturb" ); notificationsDoNotDisturb.toggleAttribute("checked", true); } } this.initSiteDataControls(); this.initCookieBannerHandling(); Loading Loading
browser/components/preferences/privacy.js +0 −15 Original line number Diff line number Diff line Loading @@ -3947,21 +3947,6 @@ var gPrivacyPane = { setSyncFromPrefListener("savePasswords", () => this.readSavePasswords()); if (AlertsServiceDND) { let notificationsDoNotDisturbBox = document.getElementById( "notificationsDoNotDisturbBox" ); notificationsDoNotDisturbBox.removeAttribute("hidden"); let checkbox = document.getElementById("notificationsDoNotDisturb"); document.l10n.setAttributes(checkbox, "permissions-notification-pause"); if (AlertsServiceDND.manualDoNotDisturb) { let notificationsDoNotDisturb = document.getElementById( "notificationsDoNotDisturb" ); notificationsDoNotDisturb.toggleAttribute("checked", true); } } this.initSiteDataControls(); this.initCookieBannerHandling(); Loading