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