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

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
7 changed files with 31 additions and 2 deletions

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.')) {