mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-25 01:30:40 +01:00
Fixed: Typo
This commit is contained in:
parent
1e31e18f4e
commit
d2c60c9278
@ -257,7 +257,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
return '4.17.10';
|
return '4.17.10';
|
||||||
} else if (type.startsWith('/lodash.js/3.')) {
|
} else if (type.startsWith('/lodash.js/3.')) {
|
||||||
return '3.10.1';
|
return '3.10.1';
|
||||||
} else if (type.startsWith('lozad')) {
|
} else if (type.startsWith('/lozad')) {
|
||||||
return '1.14.0';
|
return '1.14.0';
|
||||||
} else if (type.startsWith('/magnific-popup.js/1.')) {
|
} else if (type.startsWith('/magnific-popup.js/1.')) {
|
||||||
return '1.1.0';
|
return '1.1.0';
|
||||||
|
Loading…
Reference in New Issue
Block a user