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

Resources revised

This commit is contained in:
nobody
2020-09-04 20:26:31 +02:00
parent 410575ca96
commit 8d45f24fa8
30 changed files with 35 additions and 38 deletions

View File

@ -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';