mirror of https://github.com/gorhill/uBlock.git
this fixes #429
This commit is contained in:
parent
5775fe32b8
commit
75645e2f83
|
@ -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 New Issue