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

Updated jQuery v3.5.1

This commit is contained in:
nobody
2020-06-21 06:50:21 +02:00
parent f7980789a5
commit 4dec796e50
4 changed files with 5 additions and 2 deletions

View File

@ -586,7 +586,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/jquery/2.')) {
return '2.2.4';
} else if (type.includes('/jquery/3.')) {
return '3.4.1';
return '3.5.1';
} else if (type.includes('/jquery.devbridge-autocomplete/1.')) {
return '1.4.10';
} else if (type.includes('/jqueryui/1.')) {