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

Fixed: Latest version of toastr.js (#590)

This commit is contained in:
nobody
2021-07-30 20:58:38 +02:00
parent c6be66ee54
commit 2ef4e41be6
3 changed files with 4 additions and 1 deletions

View File

@ -594,7 +594,7 @@ targets.setLastVersion = function (type, version) {
return '3.3.0';
} else if (type.startsWith('/tooltipster/4.')) {
return '4.2.8';
} else if (type.startsWith('/toastr.js/2.')) {
} else if (type.startsWith('/toastr.js/2.') || type.startsWith('/toastr.js/latest/')) {
return '2.1.4';
} else if (type.startsWith('/twitter-bootstrap/2.')) {
return '2.3.2';