1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-13 10:20:43 +01: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
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
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';

View File

@ -26,6 +26,7 @@
<ul>
<li>Fixed: Blocked Google Fonts in Chromium (<a href="https://codeberg.org/nobody/LocalCDN/issues/80">#80</a>)</li>
<li>Fixed: Font Awesome loaded by Web Font Loader (<a href="https://codeberg.org/nobody/LocalCDN/issues/82">#82</a>)</li>
<li>Updated: jQueryUI v1.8.18 to v1.8.24 (<a href="https://codeberg.org/nobody/LocalCDN/issues/83">#83</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long