1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-24 17:20:49 +01:00

Fixed: Typo

This commit is contained in:
nobody 2020-11-09 18:25:23 +01:00
parent 1e31e18f4e
commit d2c60c9278
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -257,7 +257,7 @@ targets.setLastVersion = function (type, version) {
return '4.17.10';
} else if (type.startsWith('/lodash.js/3.')) {
return '3.10.1';
} else if (type.startsWith('lozad')) {
} else if (type.startsWith('/lozad')) {
return '1.14.0';
} else if (type.startsWith('/magnific-popup.js/1.')) {
return '1.1.0';