Commit e121af1c authored by Benjamin VanderSloot's avatar Benjamin VanderSloot Committed by Dan Ballard
Browse files

Bug 2010501 - DNS drop down under privacy and security is broken after 147 - r=valentin,tgiles

parent 91d21470
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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();