mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 1234199 - fix mobile promo links in synced tabs menu. r=adw
This commit is contained in:
parent
8ab48d3b86
commit
2fc3a1793d
@ -317,7 +317,7 @@ const CustomizableWidgets = [
|
||||
let formatArgs = ["android", "ios"].map(os => {
|
||||
let link = doc.createElement("label");
|
||||
link.textContent = bundle.getString(`appMenuRemoteTabs.mobilePromo.${os}`)
|
||||
link.href = Services.prefs.getCharPref(`identity.mobilepromo.${os}`) + "synced-tabs";
|
||||
link.setAttribute("href", Services.prefs.getCharPref(`identity.mobilepromo.${os}`) + "synced-tabs");
|
||||
link.className = "text-link remotetabs-promo-link";
|
||||
return link.outerHTML;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user