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

Updated Bootstrap JS & CSS to v4.5.0

This commit is contained in:
nobody
2020-07-30 07:50:50 +02:00
parent 6aa9e592f0
commit a9da737114
25 changed files with 182 additions and 124 deletions

View File

@ -331,11 +331,11 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/bootstrap.js/3.')) {
return '3.3.7';
} else if (type.includes('/bootstrap.js/4.')) {
return '4.4.1';
return '4.5.0';
} else if (type.includes('/bootstrap.css/3.')) {
return '3.3.7';
} else if (type.includes('/bootstrap.css/4.')) {
return '4.4.1';
return '4.5.0';
} else if (type.includes('/bootstrap-daterangepicker/2.')) {
return '2.1.27';
} else if (type.includes('/bootstrap-datepicker/1.')) {