This commit is contained in:
2017-10-01 07:50:53 +02:00
parent e646410fc2
commit c8acdc0d11
3 changed files with 34 additions and 37 deletions

View File

@ -68,13 +68,6 @@ export class Diff {
let elemA = a as HTMLElement
let elemB = b as HTMLElement
// Skip iframes
// This part needs to be executed AFTER lazy images check
// to allow lazily loaded iframes to update their data src.
if(elemA.tagName === "IFRAME") {
continue
}
let removeAttributes: Attr[] = []
for(let x = 0; x < elemA.attributes.length; x++) {