1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00
This commit is contained in:
nobody42
2020-04-14 07:42:56 +02:00
parent 40f9a370ad
commit e2b6197be8
8 changed files with 64 additions and 20 deletions

View File

@@ -345,6 +345,8 @@ helpers.determineResourceName = function (filename) {
return 'WOW';
case 'jsdelivr-combine-jquery-hogan-algoliasearch-autocomplete.jsm':
return 'jsDelivr combined';
case 'algoliasearch3.33.0_algoliasearchLite_algoliasearchHelper.jsm':
return 'jsDelivr combined';
default:
return 'Unknown';
}