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