mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
this fixes FF logger not being resizable
This commit is contained in:
parent
ad827576ce
commit
ea4faff383
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue