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

Addition to fixed Twitter-Bootstrap

This commit is contained in:
nobody42
2020-03-28 11:15:53 +01:00
parent 93a14ecab0
commit c921159e95
12 changed files with 315 additions and 22 deletions

View File

@ -155,8 +155,10 @@ var files = {
'resources/toastr.js/2.1.4/toastr.min.jsm': true,
// Twitter Bootstrap
'resources/twitter-bootstrap/3.4.1/bootstrap.min.jsm': true,
'resources/twitter-bootstrap/3.4.1/bootstrap.min.cssm': true,
// CSS cannot be loaded with the file extension .cssm (as shown on www.bitchute.com)
// Please do not change it.
'resources/twitter-bootstrap/3.4.1/js/bootstrap.min.jsm': true,
'resources/twitter-bootstrap/3.4.1/css/bootstrap.min.css': true,
// Underscore.js
'resources/underscore.js/1.8.3/underscore-min.jsm': true,