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

Statistics improved

This commit is contained in:
nobody
2022-07-19 08:26:18 +02:00
parent 1211cc028a
commit aec9c1c222

View File

@@ -209,9 +209,9 @@ statistics._displayNameOfFramework = function (str, type) {
filename = 'Google Charts'; filename = 'Google Charts';
} else if (str === 'resources/fontawesome/5.15.1/css/v4-shims.css') { } else if (str === 'resources/fontawesome/5.15.1/css/v4-shims.css') {
filename = 'Font Awesome (Shim)'; filename = 'Font Awesome (Shim)';
} else if (str === 'resources/bootstrap/fonts/') { } else if (str === 'resources/twitter-bootstrap/fonts/') {
filename = 'Bootstrap (Fonts)'; filename = 'Bootstrap (Fonts)';
} else { } else if (str.length === 0) {
console.warn(`[LocalCDN] Missing path: ${str}`); console.warn(`[LocalCDN] Missing path: ${str}`);
} }
} }