mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
9ed458f4d7
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue