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:
parent
2adf5ee836
commit
fc17f2f0b5
@ -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.')) {
|
||||
|
Loading…
Reference in New Issue
Block a user