mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
1 line
571 B
JavaScript
1 line
571 B
JavaScript
function loadStylesheetIfMissing(e,t,i){var s=document.getElementsByTagName("SCRIPT"),n=s[s.length-1].previousElementSibling,o=document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(n):n.currentStyle;if(o&&o[e]!==t)for(var l=0;l<i.length;l++)document.write('<link rel="stylesheet" href="'+i[l]+"?v="+cacheTag+'" />')}var cacheTag="9bitn5qaor";loadStylesheetIfMissing("visibility","hidden",["lib/bootstrap/css/bootstrap.min.css"]),loadStylesheetIfMissing("fontFamily","FontAwesome",["lib/font-awesome/css/font-awesome.min.css"]); |