1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00:00

Update 2017-06-17T14:17:13.533Z

This commit is contained in:
Kyle Spearrin
2017-06-17 10:17:17 -04:00
parent 5be641575f
commit e5bc502e6e
4 changed files with 53 additions and 20 deletions

1
js/fallback-scripts.min.js vendored Normal file
View File

@@ -0,0 +1 @@
function loadScriptIfMissing(i,n){i||document.write('<script src="'+n+"?v="+cacheTag+'"><\/script>')}loadScriptIfMissing(window.jQuery,"lib/jquery/jquery.min.js"),loadScriptIfMissing(window.jQuery&&window.jQuery.fn&&window.jQuery.fn.modal,"lib/bootstrap/js/bootstrap.min.js"),loadScriptIfMissing(window.angular,"lib/angular/angular.min.js");

1
js/fallback-styles.min.js vendored Normal file
View File

@@ -0,0 +1 @@
function loadStylesheetIfMissing(e,t,s){var i=document.getElementsByTagName("SCRIPT"),l=i[i.length-1].previousElementSibling,n=document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(l):l.currentStyle;if(n&&n[e]!==t)for(var o=0;o<s.length;o++)document.write('<link rel="stylesheet" href="'+s[o]+"?v="+cacheTag+'" />')}var cacheTag="3w1aal9pb9";loadStylesheetIfMissing("visibility","hidden",["lib/bootstrap/css/bootstrap.min.css"]),loadStylesheetIfMissing("fontFamily","FontAwesome",["lib/font-awesome/css/font-awesome.min.css"]);

1
js/settings.min.js vendored Normal file
View File

@@ -0,0 +1 @@
angular.module("bit").constant("appSettings",{apiUri:"https://api.bitwarden.com",identityUri:"https://identity.bitwarden.com",stripeKey:"pk_live_bpN0P37nMxrMQkcaHXtAybJk",version:"1.13.0",environment:"Production"});