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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user