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

Updated jQueryUI to v1.12.1 (#31)

This commit is contained in:
nobody
2020-06-12 20:44:42 +02:00
parent d72e48cd6f
commit c16973fe21
6 changed files with 18 additions and 29 deletions

View File

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