Skip to content

Commit

Permalink
Merge pull request #50 from Siteimprove/INS-3056-fix-styling-on-check…
Browse files Browse the repository at this point in the history
…ed-render

Fix DOM styling
  • Loading branch information
rdom-si authored Jul 8, 2024
2 parents 051c505 + 9d2dcd0 commit 0b8a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siteimprove/admin/js/siteimprove.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
adminBar.innerHTML = '<div></div>';
adminBar.id = 'wpadminbar-disabled';
}
const cleanDom = iframe.contentWindow.document.cloneNode(true);
const cleanDom = iframe.contentWindow.document;
document.body.removeChild(iframeContainer);
resolve(cleanDom);
},
Expand Down

0 comments on commit 0b8a8cc

Please sign in to comment.