Bug 1550289 - changing pocket url r=thecount

Differential Revision: https://phabricator.services.mozilla.com/D30557

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gavin Lazar Suntop 2019-05-10 22:06:27 +00:00
parent ff3c537781
commit 14880aaaf8

View File

@ -13,7 +13,7 @@ ChromeUtils.defineModuleGetter(this, "BrowserUtils",
var Pocket = {
get site() { return Services.prefs.getCharPref("extensions.pocket.site"); },
get listURL() { return "https://" + Pocket.site + "/?src=ff_ext"; },
get listURL() { return "https://" + Pocket.site + "/firefox_learnmore?src=ff_library"; },
openList(event) {
let win = event.view;