From 9f4a879bca1e40ad24fb87107d7f37ed3b01aedf Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 1 Apr 2017 15:45:24 -0400 Subject: [PATCH] fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290939436 --- platform/firefox/vapi-background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index c9cc54b83..4885528a0 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1013,9 +1013,9 @@ vAPI.tabs.open = function(details) { // Open in a standalone window if ( details.popup === true ) { Services.ww.openWindow( - self, + win, details.url, - null, + 'uBO-logger', 'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1', null );