mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
yeesh
This commit is contained in:
parent
dac62cf767
commit
e1d92a47d7
@ -1292,7 +1292,7 @@ var htmx = (function() {
|
||||
const appended = []
|
||||
|
||||
const currentHead = document.head
|
||||
const newHeadElements = Array.from(head)
|
||||
const newHeadElements = Array.from(head.children)
|
||||
|
||||
const srcToNewHeadNodes = newHeadElements.reduce((m, elt) => m.set(elt.outerHTML, elt), new Map())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user