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

Fixed bootstrap-slider

This commit is contained in:
nobody42
2020-03-26 07:22:09 +01:00
parent 6f13479c0e
commit ad349dc9ae
6 changed files with 18 additions and 4 deletions

View File

@@ -214,8 +214,10 @@ helpers.determineResourceName = function (filename) {
return 'Bootstrap CSS';
case 'bootstrap.min.jsm':
return 'Bootstrap JS';
case 'bootstrap-slider.min.jsm':
return 'bootstrap-slider JS';
case 'bootstrap-slider.min.cssm':
return 'bootstrap-slider';
return 'bootstrap-slider CSS';
case 'dojo.jsm':
return 'Dojo';
case 'ember.min.jsm':