1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Fixed issue with lozad.js

This commit is contained in:
nobody42
2020-03-25 15:31:33 +01:00
parent 23e0893ef0
commit fb286dda1e
8 changed files with 30 additions and 17 deletions

View File

@ -185,6 +185,8 @@ helpers.determineCdnName = function (domainName) {
return 'Font Awesome CDN';
case 'ajax.cloudflare.com':
return 'Cloudflare CDN';
case 'akamai-webcdn.kgstatic.net':
return 'Akamai WebCDN';
default:
return 'Unknown';
}
@ -226,7 +228,7 @@ helpers.determineResourceName = function (filename) {
return 'jQuery';
case 'jquery-ui.min.jsm':
return 'jQuery UI';
case 'lozad':
case 'lozad.min.jsm':
return 'lozad.js';
case 'modernizr.min.jsm':
return 'Modernizr';