1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-03 13:49:13 +01:00

Fixed missing resource in version selection

This commit is contained in:
nobody 2021-02-01 06:24:40 +01:00
parent 2adf5ee836
commit fc17f2f0b5
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -281,6 +281,8 @@ targets.setLastVersion = function (type, version) {
return '1.4.1';
} else if (type.startsWith('/jquery-migrate/3.')) {
return '3.3.2';
} else if (type.startsWith('/jquery-mobile/1.')) {
return '1.4.5';
} else if (type.startsWith('/jquery-mousewheel/3.')) {
return '3.1.13';
} else if (type.startsWith('/jScrollPane/2.')) {