mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
68ad90616b
commit
9f4a879bca
|
@ -1013,9 +1013,9 @@ vAPI.tabs.open = function(details) {
|
||||||
// Open in a standalone window
|
// Open in a standalone window
|
||||||
if ( details.popup === true ) {
|
if ( details.popup === true ) {
|
||||||
Services.ww.openWindow(
|
Services.ww.openWindow(
|
||||||
self,
|
win,
|
||||||
details.url,
|
details.url,
|
||||||
null,
|
'uBO-logger',
|
||||||
'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1',
|
'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1',
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue