1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00
This commit is contained in:
gorhill 2015-07-02 08:20:56 -04:00
parent 5775fe32b8
commit 75645e2f83

View File

@ -701,8 +701,8 @@ vAPI.tabs.open = function(details) {
// Open in a standalone window // Open in a standalone window
if ( details.popup === true ) { if ( details.popup === true ) {
win = Services.ww.openWindow( Services.ww.openWindow(
win, self,
details.url, details.url,
null, null,
'menubar=no,toolbar=no,location=no,resizable=yes', 'menubar=no,toolbar=no,location=no,resizable=yes',