summaryrefslogtreecommitdiff
path: root/components/preferences/in-content/sync.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/preferences/in-content/sync.js')
-rw-r--r--components/preferences/in-content/sync.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/components/preferences/in-content/sync.js b/components/preferences/in-content/sync.js
index 27f7cd4..eba8d0f 100644
--- a/components/preferences/in-content/sync.js
+++ b/components/preferences/in-content/sync.js
@@ -140,13 +140,6 @@ var gSyncPane = {
return Services.strings.createBundle("chrome://browser/locale/accounts.properties");
});
- let url = Services.prefs.getCharPref("identity.mobilepromo.android") + "sync-preferences";
- document.getElementById("fxaMobilePromo-android").setAttribute("href", url);
- document.getElementById("fxaMobilePromo-android-hasFxaAccount").setAttribute("href", url);
- url = Services.prefs.getCharPref("identity.mobilepromo.ios") + "sync-preferences";
- document.getElementById("fxaMobilePromo-ios").setAttribute("href", url);
- document.getElementById("fxaMobilePromo-ios-hasFxaAccount").setAttribute("href", url);
-
document.getElementById("tosPP-small-ToS").setAttribute("href", gSyncUtils.tosURL);
document.getElementById("tosPP-normal-ToS").setAttribute("href", gSyncUtils.tosURL);
document.getElementById("tosPP-small-PP").setAttribute("href", gSyncUtils.privacyPolicyURL);