mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
1 line
572 B
JavaScript
1 line
572 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="5quorfnu3di";loadStylesheetIfMissing("visibility","hidden",["lib/bootstrap/css/bootstrap.min.css"]),loadStylesheetIfMissing("fontFamily","FontAwesome",["lib/font-awesome/css/font-awesome.min.css"]); |