зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1486157 - Change language provider attribution to use openWebLinkIn. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D4273 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
27f61415a8
Коммит
49299af1f0
|
@ -75,7 +75,7 @@ var Translation = {
|
|||
openProviderAttribution() {
|
||||
let attribution = this.supportedEngines[this.translationEngine];
|
||||
ChromeUtils.import("resource:///modules/BrowserWindowTracker.jsm");
|
||||
BrowserWindowTracker.getTopWindow().openUILinkIn(attribution, "tab");
|
||||
BrowserWindowTracker.getTopWindow().openWebLinkIn(attribution, "tab");
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче