Fixed Twitter Bootstrap CSS & JS v3.4.1

This commit is contained in:
nobody42 2020-03-26 07:23:43 +01:00
parent ad349dc9ae
commit 16e9435760
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
7 changed files with 31 additions and 2 deletions

View File

@ -113,6 +113,10 @@ var files = {
// SWFObject
'resources/swfobject/2.2/swfobject.jsm': true,
// Twitter Bootstrap
'resources/twitter-bootstrap/3.4.1/bootstrap.min.jsm': true,
'resources/twitter-bootstrap/3.4.1/bootstrap.min.cssm': true,
// Underscore.js
'resources/underscore.js/1.8.3/underscore-min.jsm': true,

View File

@ -87,8 +87,8 @@ var mappings = {
'page.js/{version}/page.min.': resources.pageJs,
'scriptaculous/{version}/scriptaculous.': resources.scriptaculous,
'swfobject/{version}/swfobject.': resources.swfobject,
'/twitter-bootstrap/{version}/js/bootstrap.min.': resources.bootstrapJS,
'/twitter-bootstrap/{version}/css/bootstrap.min.': resources.bootstrapCSS,
'twitter-bootstrap/{version}/js/bootstrap.min.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}/css/bootstrap.min.css': resources.twitterBootstrapCSS,
'underscore.js/{version}/underscore.': resources.underscore,
'underscore.js/{version}/underscore-min.': resources.underscore,
'vue/{version}/vue.min.js': resources.vueJs,

View File

@ -154,6 +154,16 @@ var resources = {
'path': 'resources/swfobject/{version}/swfobject.jsm',
'type': 'application/javascript'
},
// Twitter Bootstrap JS
'twitterBootstrapJS': {
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.jsm',
'type': 'application/javascript'
},
// Twitter Bootstrap CSS
'twitterBootstrapCSS': {
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.cssm',
'type': 'text/css'
},
// Underscore.js
'underscore': {
'path': 'resources/underscore.js/{version}/underscore-min.jsm',

View File

@ -366,6 +366,8 @@ helpers.setLastVersion = function (type, versionNumber) {
version = '1.9.0';
} else if (type.includes('/swfobject/2.')) {
version = '2.2';
} else if (type.includes('/twitter-bootstrap/3.')) {
version = '3.4.1';
} else if (type.includes('/underscore.js/1.')) {
version = '1.9.1';
} else if (type.includes('/vue/1.')) {

View File

@ -25,6 +25,7 @@
<ul>
<li>Added animate.css v3.7.2</li>
<li>Fixed bootstrap-slider</li>
<li>Fixed Twitter Bootstrap CSS & JS v3.4.1</li>
</ul>
<div class="topic-label">
Please update your uBlock/uMatrix rules

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long