update CDNs to be non-google

This commit is contained in:
Quincy Larson
2015-09-23 09:17:13 -07:00
parent 9b24c15f29
commit 51e5c54f81

View File

@ -1,7 +1,7 @@
script(src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js")
script(src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js")
script.
window.jQuery || document.write('<script src="/bower_components/jquery/dist/jquery.min.js"><\/script>');
script(src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.11/angular.js")
script.
if (typeof window.angular === 'undefined') {
document.write('<script src="/bower_components/angular/angular.min.js"><\/script>');