mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Folder renamed: bootstrap
This commit is contained in:
@@ -139,10 +139,10 @@ targets.setLastVersion = function (type, version) {
|
||||
return '4.4.0';
|
||||
} else if (type.startsWith('/bootbox.js/5.')) {
|
||||
return '5.5.2';
|
||||
} else if (type.startsWith('/bootstrap/3.')) {
|
||||
} else if (type.startsWith('/twitter-bootstrap/3.')) {
|
||||
if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
|
||||
else return '3.4.1';
|
||||
} else if (type.startsWith('/bootstrap/4.')) {
|
||||
} else if (type.startsWith('/twitter-bootstrap/4.')) {
|
||||
return '4.6.0';
|
||||
} else if (type.startsWith('/bootstrap-daterangepicker/2.')) {
|
||||
return '2.1.27';
|
||||
|
Reference in New Issue
Block a user