1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-02 04:16:59 +01:00

Twitter Bootstrap added to unknown/old resources (#151)

This commit is contained in:
nobody 2020-10-25 10:52:45 +01:00
parent c8a6daa7bc
commit 23bcca80b8
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -220,7 +220,13 @@ const FrameworkAndBundle = {
'resources/bootstrap-datepicker/1.9.0/': 'Bootstrap DatePicker',
'resources/jquery.lazy/1.7.11/': 'jQuery Lazy',
'resources/waypoints/4.0.1/': 'Waypoints',
'resources/findify-bundle/6.9.15/': 'Findify'
'resources/findify-bundle/6.9.15/': 'Findify',
'resources/twitter-bootstrap/4.5.0/js/bootstrap.min.jsm': 'Bootstrap (JS)',
'resources/twitter-bootstrap/4.5.0/css/bootstrap.min.css': 'Bootstrap (CSS)',
'resources/twitter-bootstrap/3.4.1/js/bootstrap.min.jsm': 'Bootstrap (JS)',
'resources/twitter-bootstrap/3.4.1/js/bootstrap.min.css': 'Bootstrap (CSS)',
'resources/twitter-bootstrap/2.3.2/js/bootstrap.min.jsm': 'Bootstrap (JS)',
'resources/twitter-bootstrap/2.3.2/js/bootstrap.min.css': 'Bootstrap (CSS)'
};
// Supported charsets for TextDecoder()