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

Merge branch 'master' of github.com:gorhill/uBlock

This commit is contained in:
gorhill 2015-03-16 14:58:41 -04:00
commit 9ed458f4d7

View File

@ -63,6 +63,7 @@ var onLoaded = function() {
};
body.style.position = "relative"; // Necessary for size change detection
whenSizeChanges(body, updateSize);
updateSize();
};
window.addEventListener('load', onLoaded);
window.addEventListener("load", onLoaded);
})();