1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00

this fixes FF logger not being resizable

This commit is contained in:
gorhill 2015-07-01 18:08:51 -04:00
parent ad827576ce
commit ea4faff383

View File

@ -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;