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:
parent
6a865f993d
commit
f63bc600fc
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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.')) {
|
||||
|
@ -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">
|
||||
|
9
resources/twitter-bootstrap/2.3.2/css/bootstrap.min.css
vendored
Normal file
9
resources/twitter-bootstrap/2.3.2/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
resources/twitter-bootstrap/2.3.2/js/bootstrap.min.jsm
Normal file
6
resources/twitter-bootstrap/2.3.2/js/bootstrap.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user