Bug 1801927 - refactor configure how firefox connects learn more link. r=mconley

Replaces the "Configure how Nightly connects to the internet" XUL label
with the moz-support-link element.

Differential Revision: https://phabricator.services.mozilla.com/D166468
This commit is contained in:
Tim Giles
2023-01-18 19:13:34 +00:00
parent 980f7a2fe8
commit bcd9cd6b58
2 changed files with 4 additions and 8 deletions

View File

@@ -314,13 +314,6 @@ var gMainPane = {
});
this.updatePerformanceSettingsBox({ duringChangeEvent: false });
this.displayUseSystemLocale();
let connectionSettingsLink = document.getElementById(
"connectionSettingsLearnMore"
);
let connectionSettingsUrl =
Services.urlFormatter.formatURLPref("app.support.baseURL") +
"prefs-connection-settings";
connectionSettingsLink.setAttribute("href", connectionSettingsUrl);
this.updateProxySettingsUI();
initializeProxyUI(gMainPane);