Added filename (#45)

This commit is contained in:
nobody42 2020-04-05 09:09:01 +02:00
parent a8397ffa6b
commit be2e84e128
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ helpers.determineResourceName = function (filename) {
return 'Vue.js';
case 'wow.min.jsm':
return 'WOW';
case 'jsdelivr-combine-jquery-hogan-algoliasearch-autocomplete.jsm':
return 'jsDelivr combined';
default:
return 'Unknown';
}