From 75645e2f83a432220f256219b41aa7a90edf99a8 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 2 Jul 2015 08:20:56 -0400 Subject: [PATCH] this fixes #429 --- 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 542bef5a7..5f29da896 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -701,8 +701,8 @@ vAPI.tabs.open = function(details) { // Open in a standalone window if ( details.popup === true ) { - win = Services.ww.openWindow( - win, + Services.ww.openWindow( + self, details.url, null, 'menubar=no,toolbar=no,location=no,resizable=yes',