core.js: window.head should be document.head

Status
This content is read-only, or is not open for further replies.

digitalpoint

Guest
offline
Was having an issue where inline CSS wasn't being applied when using XF.setupHtmlInsert() as expected.

Turns out, the inline CSS is being applied to window.head, but that's not a thing. It should be document.head. Changed it and inline CSS started working as expected.

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom