1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-05 02:29:38 +02:00

Firefox: lower popup resize delay

This commit is contained in:
Deathamns 2015-01-14 19:13:27 +01:00
parent ed818c92fe
commit 511b700517

View File

@ -1213,7 +1213,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) {
return; return;
} }
updateTimer = setTimeout(resizePopup, 50); updateTimer = setTimeout(resizePopup, 20);
}; };
var resizePopup = function() { var resizePopup = function() {
var body = iframe.contentDocument.body; var body = iframe.contentDocument.body;