From d1a5a1856f72f29b289cfdde3ab335cfe3ca9e91 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 cecc3a7..992ba29 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;