1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

to be on the safe side

This commit is contained in:
gorhill 2015-07-24 08:28:15 -04:00
parent a914c01ea9
commit a8ceaa5dfb

View file

@ -2042,6 +2042,8 @@ vAPI.toolbarButton = {
tbb.onBeforePopupReady.call(this);
}
resizePopupDelayed();
var body = win.document.body;
body.removeAttribute('data-resize-popup');
var mutationObserver = new win.MutationObserver(onResizeRequested);