diff options
Diffstat (limited to 'client/legacy/inject_styles.fe622066.js')
-rw-r--r-- | client/legacy/inject_styles.fe622066.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/legacy/inject_styles.fe622066.js b/client/legacy/inject_styles.fe622066.js index d10d1c7..ea4a93a 100644 --- a/client/legacy/inject_styles.fe622066.js +++ b/client/legacy/inject_styles.fe622066.js @@ -1 +1 @@ -function e(e){return Promise.all(e.map((function(e){return new Promise((function(t,n){var r=new URL(e,import.meta.url),l=document.baseURI;if(!l){var o=document.getElementsByTagName("base");l=o.length?o[0].href:document.URL}var u=(""+r).substring(l.length),a=document.querySelector('link[rel=stylesheet][href="'+u+'"]')||document.querySelector('link[rel=stylesheet][href="'+r+'"]');a||((a=document.createElement("link")).rel="stylesheet",a.href=r,document.head.appendChild(a)),a.sheet?t():(a.onload=function(){return t()},a.onerror=n)}))})))}export default e; +function e(e){return Promise.all(e.map((function(e){return new Promise((function(t,n){var r=new URL(e,import.meta.url),l=document.baseURI;if(!l){var o=document.getElementsByTagName("base");l=o.length?o[0].href:document.URL}var u=(""+r).substring(l.length),a=document.querySelector('link[rel=stylesheet][href="'+u+'"]')||document.querySelector('link[rel=stylesheet][href="'+r+'"]');a||((a=document.createElement("link")).rel="stylesheet",a.href=r,document.head.appendChild(a)),a.sheet?t():(a.onload=function(){return t()},a.onerror=n)}))})))}export{e as default}; |