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