mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Resources revised
This commit is contained in:
@ -340,13 +340,9 @@ helpers.setLastVersion = function (type, version) {
|
||||
return '1.11.1';
|
||||
} else if (type.includes('/bootbox.js/4.')) {
|
||||
return '4.4.0';
|
||||
} else if (type.includes('/bootstrap.js/3.')) {
|
||||
} else if (type.includes('/bootstrap/3.')) {
|
||||
return '3.3.7';
|
||||
} else if (type.includes('/bootstrap.js/4.')) {
|
||||
return '4.5.0';
|
||||
} else if (type.includes('/bootstrap.css/3.')) {
|
||||
return '3.3.7';
|
||||
} else if (type.includes('/bootstrap.css/4.')) {
|
||||
} else if (type.includes('/bootstrap/4.')) {
|
||||
return '4.5.0';
|
||||
} else if (type.includes('/bootstrap-daterangepicker/2.')) {
|
||||
return '2.1.27';
|
||||
|
Reference in New Issue
Block a user