mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 967907 - Change the SUMO URL for Metro Firefox [r=jimm]
This commit is contained in:
parent
4064096372
commit
633b06b816
@ -56,7 +56,8 @@ var SettingsCharm = {
|
||||
this.addEntry({
|
||||
label: Strings.browser.GetStringFromName("helpOnlineCharm"),
|
||||
onselected: function() {
|
||||
let url = Services.urlFormatter.formatURLPref("app.support.baseURL");
|
||||
let url = Services.urlFormatter.formatURLPref("app.support.baseURL") +
|
||||
"firefox-help";
|
||||
BrowserUI.addAndShowTab(url, Browser.selectedTab);
|
||||
}
|
||||
});
|
||||
|
@ -428,7 +428,7 @@ pref("dom.ipc.content.nice", 1);
|
||||
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
|
||||
// TODO: This is not the correct article for metro!!!
|
||||
pref("app.sync.tutorialURL", "https://support.mozilla.org/kb/sync-firefox-between-desktop-and-mobile");
|
||||
pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
|
||||
pref("app.support.baseURL", "https://support.mozilla.org/1/touch/%VERSION%/%OS%/%LOCALE%/");
|
||||
pref("app.privacyURL", "http://www.mozilla.org/%LOCALE%/legal/privacy/firefox.html");
|
||||
pref("app.creditsURL", "http://www.mozilla.org/credits/");
|
||||
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");
|
||||
|
Loading…
x
Reference in New Issue
Block a user