Skip to content

Commit cf34b24

Browse files
author
HatScripts
authored
1 parent 63b74e5 commit cf34b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applyCss.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
function applyCss(c){var d=document,s=d.createElement('style');s.appendChild(d.createTextNode(c));(d.querySelector('head')||d.body||d.documentElement).appendChild(s)}
1+
function applyCss(c){let d=document,s=d.createElement('style');s.appendChild(d.createTextNode(c));(d.head||d.body||d.documentElement).appendChild(s)}

0 commit comments

Comments
 (0)