Issue #971 - Fix browser.link.open_newwindow functionality in Pale Moon

This commit is contained in:
FranklinDM 2019-05-22 19:24:30 +08:00 committed by Roy Tam
commit 69e171fb9a

View file

@ -4481,7 +4481,6 @@ nsBrowserAccess.prototype = {
}
let loadInBackground = gPrefService.getBoolPref("browser.tabs.loadDivertedInBackground");
let referrer = aOpener ? makeURI(aOpener.location.href) : null;
let tab = win.gBrowser.loadOneTab(aURI ? aURI.spec : "about:blank", {
triggeringPrincipal: triggeringPrincipal,