mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed missing resource in version selection
This commit is contained in:
@@ -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.')) {
|
||||
|
Reference in New Issue
Block a user