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

Added Twitter-Bootstrap JS and CSS v2.3.2

This commit is contained in:
nobody 2020-05-22 09:32:53 +02:00
parent 6a865f993d
commit f63bc600fc
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 24 additions and 0 deletions

View File

@ -328,6 +328,8 @@ var files = {
'resources/toastr.js/2.1.4/toastr.min.jsm': true,
// Twitter Bootstrap
'resources/twitter-bootstrap/2.3.2/js/bootstrap.min.jsm': true,
'resources/twitter-bootstrap/2.3.2/css/bootstrap.min.css': true,
'resources/twitter-bootstrap/3.4.1/js/bootstrap.min.jsm': true,
'resources/twitter-bootstrap/3.4.1/css/bootstrap.min.css': true,
'resources/twitter-bootstrap/4.5.0/js/bootstrap.min.jsm': true,

View File

@ -164,6 +164,10 @@ var mappings = {
'twitter-bootstrap/{version}-alpha.3/js/bootstrap.min.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}-alpha.3/css/bootstrap.min.css': resources.twitterBootstrapCSS,
'twitter-bootstrap/{version}/css/bootstrap.': resources.twitterBootstrapCSS,
'twitter-bootstrap/{version}/bootstrap.min.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}/bootstrap.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}/bootstrap.min.css': resources.twitterBootstrapCSS,
'twitter-bootstrap/{version}/bootstrap.css': resources.twitterBootstrapCSS,
'underscore.js/{version}/underscore.': resources.underscore,
'underscore.js/{version}/underscore-min.': resources.underscore,
'urlive/{version}/jquery.urlive.': resources.jqueryURLive,

View File

@ -619,6 +619,8 @@ helpers.setLastVersion = function (type, version) {
version = '4.5.0';
} else if (type.includes('/twitter-bootstrap/3.')) {
version = '3.4.1';
} else if (type.includes('/twitter-bootstrap/2.')) {
version = '2.3.2';
} else if (type.includes('/toastr.js/2.')) {
version = '2.1.4';
} else if (type.includes('/underscore.js/1.')) {

View File

@ -27,6 +27,7 @@
<li>Mapping: Removed duplicates</li>
<li>DOM manipulation: Check if charset is supported by TextDecoder()</li>
<li>Added: jQuery Mobile v1.4.5</li>
<li>Added: Twitter-Bootstrap JS and CSS v2.3.2</li>
</ul>
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long