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

Added: bootstrap-slider v10.6.2

This commit is contained in:
nobody
2020-03-16 14:39:47 +01:00
parent 9b085ab016
commit 8a7dbd192e
6 changed files with 53 additions and 0 deletions

View File

@ -233,6 +233,8 @@ helpers.determineResourceName = function (filename) {
return 'Bootstrap CSS';
case 'bootstrap.min.js':
return 'Bootstrap JS';
case 'bootstrap-slider.min.css':
return 'bootstrap-slider';
default:
return 'Unknown';
}