Statistics improved

This commit is contained in:
nobody 2022-07-19 08:26:18 +02:00
parent 1211cc028a
commit aec9c1c222
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 2 additions and 2 deletions

View File

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