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

Updated: jQuery-Autocomplete v1.4.10 -> v1.4.11

This commit is contained in:
nobody
2020-11-14 09:30:53 +01:00
parent bd302e38a1
commit 91594ac85e
4 changed files with 10 additions and 9 deletions

View File

@@ -234,7 +234,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/null')) {
return '3.5.1';
} else if (type.startsWith('/jquery.devbridge-autocomplete/1.')) {
return '1.4.10';
return '1.4.11';
} else if (type.startsWith('/jqueryui/1.')) {
if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24
else return '1.12.1'; // >= 1.8.19