1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-27 09:41:27 +01:00

Fixed displayed name of D3.js

This commit is contained in:
nobody42 2020-03-26 11:04:21 +01:00
parent 0dfd7a92da
commit 6b8571ae83
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119

View File

@ -220,6 +220,8 @@ helpers.determineResourceName = function (filename) {
return 'bootstrap-slider CSS';
case 'clipboard.min.jsm':
return 'clipboard.js';
case 'd3.min.jsm':
return 'D3.js';
case 'dojo.jsm':
return 'Dojo';
case 'ember.min.jsm':