mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-20 21:50:31 +01:00
jqueryui v1.13.3 -> v1.14.0
This commit is contained in:
parent
20b9fbc060
commit
e71b975ccc
@ -820,7 +820,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.table
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.6.7/jquery.timeago.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-tiny-pubsub/0.7.0/ba-tiny-pubsub.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.14.0/jquery-ui.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/themes/base/minified/jquery-ui.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.3/rails.min.js
|
||||
|
@ -255,7 +255,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/jqueryui/1.')) {
|
||||
if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24
|
||||
if (helpers.compareVersion('1.10.0', version)) return '1.10.0'; // > v1.8.24 to <= v1.10.0
|
||||
return '1.13.3'; // >= 1.8.19
|
||||
return '1.14.0'; // >= 1.8.19
|
||||
}
|
||||
if (type.startsWith('/jquery-ajax-unobtrusive/3.')) return '3.2.6';
|
||||
if (type.startsWith('/jquery.blockUI/2.')) return '2.70';
|
||||
|
@ -41,6 +41,7 @@
|
||||
<li>jquery-csv v1.0.22 -> v1.0.40</li>
|
||||
<li>jquery-migrate v3.5.0 -> v3.5.2</li>
|
||||
<li>jquery-validate v1.20.0 -> v1.21.0</li>
|
||||
<li>jqueryui v1.13.3 -> v1.14.0</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
6
resources/jqueryui/1.14.0/jquery-ui.min.jsm
Normal file
6
resources/jqueryui/1.14.0/jquery-ui.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user