diff --git a/scripts/Diff.ts b/scripts/Diff.ts index fc59b7c2..aa4ab348 100644 --- a/scripts/Diff.ts +++ b/scripts/Diff.ts @@ -25,6 +25,10 @@ export class Diff { } if(a.nodeType === Node.ELEMENT_NODE) { + if(a.tagName === "IFRAME") { + continue + } + let removeAttributes: Attr[] = [] for(let x = 0; x < a.attributes.length; x++) {