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,
|
||||
details.url,
|
||||
null,
|
||||
'menubar=no,toolbar=no,location=no',
|
||||
'menubar=no,toolbar=no,location=no,resizable=yes',
|
||||
null
|
||||
);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue