From 511b700517506ee9e88242eab18cc244b605c97d Mon Sep 17 00:00:00 2001 From: Deathamns Date: Wed, 14 Jan 2015 19:13:27 +0100 Subject: [PATCH] Firefox: lower popup resize delay --- 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 cecc3a782..992ba2925 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1213,7 +1213,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) { return; } - updateTimer = setTimeout(resizePopup, 50); + updateTimer = setTimeout(resizePopup, 20); }; var resizePopup = function() { var body = iframe.contentDocument.body;