From a8ceaa5dfbaf8f37c488d688021bd8d8732dde47 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 24 Jul 2015 08:28:15 -0400 Subject: [PATCH] to be on the safe side --- platform/firefox/vapi-background.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 635c911..5ab7c3a 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2042,6 +2042,8 @@ vAPI.toolbarButton = { tbb.onBeforePopupReady.call(this); } + resizePopupDelayed(); + var body = win.document.body; body.removeAttribute('data-resize-popup'); var mutationObserver = new win.MutationObserver(onResizeRequested);