mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #429
This commit is contained in:
parent
5775fe32b8
commit
75645e2f83
1 changed files with 2 additions and 2 deletions
|
|
@ -701,8 +701,8 @@ vAPI.tabs.open = function(details) {
|
|||
|
||||
// Open in a standalone window
|
||||
if ( details.popup === true ) {
|
||||
win = Services.ww.openWindow(
|
||||
win,
|
||||
Services.ww.openWindow(
|
||||
self,
|
||||
details.url,
|
||||
null,
|
||||
'menubar=no,toolbar=no,location=no,resizable=yes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue