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

Added: Bootstrap v3.0.0 (#311)

This commit is contained in:
nobody
2021-03-18 06:59:07 +01:00
parent cdb55b33a4
commit 80cdd1feee
4 changed files with 18 additions and 1 deletions

View File

@@ -167,7 +167,8 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bootbox.js/5.')) {
return '5.5.2';
} else if (type.startsWith('/twitter-bootstrap/3.')) {
if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
if (helpers.compareVersion('3.0.0', version)) return '3.0.0'; // <= 3.0.0
else if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
else return '3.4.1';
} else if (type.startsWith('/twitter-bootstrap/4.')) {
return '4.6.0';