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

Fixed: Typo

This commit is contained in:
nobody
2020-11-09 18:25:23 +01:00
parent 1e31e18f4e
commit d2c60c9278

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