mirror of https://github.com/gorhill/uBlock.git
this fixes FF logger not being resizable
This commit is contained in:
parent
ad827576ce
commit
ea4faff383
|
@ -705,7 +705,7 @@ vAPI.tabs.open = function(details) {
|
||||||
win,
|
win,
|
||||||
details.url,
|
details.url,
|
||||||
null,
|
null,
|
||||||
'menubar=no,toolbar=no,location=no',
|
'menubar=no,toolbar=no,location=no,resizable=yes',
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue