mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #971 - Fix browser.link.open_newwindow functionality in Pale Moon
This commit is contained in:
parent
ee01217265
commit
69e171fb9a
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue