From 180856bd0dc68fbf2c72a1cc4deb34f96fa32c3f Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 14 Aug 2015 10:13:08 -0400 Subject: [PATCH] do not strip out window components in logger-as-popup-window --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 75585d7b6..43e1dc990 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -711,7 +711,7 @@ vAPI.tabs.open = function(details) { self, details.url, null, - 'menubar=no,toolbar=no,location=no,resizable=yes', + 'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1', null ); return;