mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 1572590 - Indent conditionally-defined prefs in firefox-branding.js. r=KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D41318 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
00f929e261
commit
5f247b395a
@ -15,13 +15,13 @@ pref("app.update.promptWaitTime", 691200);
|
||||
// update" link supplied in the "An update is available" page of the update
|
||||
// wizard.
|
||||
#if MOZ_UPDATE_CHANNEL == beta
|
||||
pref("app.update.url.manual", "https://www.mozilla.org/firefox/beta");
|
||||
pref("app.update.url.details", "https://www.mozilla.org/%LOCALE%/firefox/beta/notes");
|
||||
pref("app.releaseNotesURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%beta/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew");
|
||||
pref("app.update.url.manual", "https://www.mozilla.org/firefox/beta");
|
||||
pref("app.update.url.details", "https://www.mozilla.org/%LOCALE%/firefox/beta/notes");
|
||||
pref("app.releaseNotesURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%beta/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew");
|
||||
#else
|
||||
pref("app.update.url.manual", "https://www.mozilla.org/firefox/");
|
||||
pref("app.update.url.details", "https://www.mozilla.org/%LOCALE%/firefox/notes");
|
||||
pref("app.releaseNotesURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew");
|
||||
pref("app.update.url.manual", "https://www.mozilla.org/firefox/");
|
||||
pref("app.update.url.details", "https://www.mozilla.org/%LOCALE%/firefox/notes");
|
||||
pref("app.releaseNotesURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew");
|
||||
#endif
|
||||
|
||||
// The number of days a binary is permitted to be old
|
||||
|
Loading…
x
Reference in New Issue
Block a user