Fixed page reloads
This commit is contained in:
parent
5ea14e8fc1
commit
b58434eb7d
@ -13,7 +13,7 @@ export class Diff {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Diff.container.innerHTML = html
|
Diff.container.innerHTML = html
|
||||||
Diff.childNodes(aRoot, Diff.container)
|
Diff.childNodes(aRoot.getElementsByTagName("body")[0], Diff.container.getElementsByTagName("body")[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
// root will diff the document root element with the given HTML string and apply DOM mutations.
|
// root will diff the document root element with the given HTML string and apply DOM mutations.
|
||||||
|
Loading…
Reference in New Issue
Block a user