From ea4faff383789053f423498c1f1165c403fde7c7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 1 Jul 2015 18:08:51 -0400 Subject: [PATCH] this fixes FF logger not being resizable --- 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 0b1090d4e..542bef5a7 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -705,7 +705,7 @@ vAPI.tabs.open = function(details) { win, details.url, null, - 'menubar=no,toolbar=no,location=no', + 'menubar=no,toolbar=no,location=no,resizable=yes', null ); return;