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

Updated: jQueryUI v1.8.18 to v1.8.24 (#83)

This commit is contained in:
nobody
2020-08-19 10:00:59 +02:00
parent de7a3525f7
commit f94a764a99
5 changed files with 7 additions and 16 deletions

View File

@ -403,7 +403,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/jquery.devbridge-autocomplete/1.')) {
return '1.4.10';
} else if (type.includes('/jqueryui/1.')) {
if (helpers.compareVersion('1.8.18', version)) return '1.8.18'; // <= v1.8.18
if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24
else return '1.12.1'; // >= 1.8.19
} else if (type.includes('/jquery.blockUI/2.')) {
return '2.70';