mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-24 08:25:14 +01:00
jQuery Mobile CSS & JS v1.3.2 (#1063)
This commit is contained in:
parent
4ad9d31821
commit
79b798e2e2
@ -1215,6 +1215,8 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.0/jquery-migrate.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.3.2/jquery.mobile.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.3.2/jquery.mobile.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css
|
||||
|
@ -273,7 +273,10 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/jquery.matchHeight/0.')) return '0.7.2';
|
||||
if (type.startsWith('/jquery-migrate/1.')) return '1.4.1';
|
||||
if (type.startsWith('/jquery-migrate/3.')) return '3.4.0';
|
||||
if (type.startsWith('/jquery-mobile/1.')) return '1.4.5';
|
||||
if (type.startsWith('/jquery-mobile/1.')) {
|
||||
if (helpers.compareVersion('1.3.2', version)) return '1.3.2'; // <= v1.3.2
|
||||
return '1.4.5';
|
||||
}
|
||||
if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13';
|
||||
if (type.startsWith('/jScrollPane/2.')) return '2.2.2';
|
||||
if (type.startsWith('/jquery-validate/1.')) return '1.19.5';
|
||||
|
@ -39,6 +39,7 @@
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>jQuery Mobile CSS v1.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1063">#1063</a>)</li>
|
||||
<li>jQuery Mobile CSS & JS v1.3.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1063">#1063</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
12
resources/jquery-mobile/1.3.2/jquery.mobile.min.css
vendored
Normal file
12
resources/jquery-mobile/1.3.2/jquery.mobile.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
9
resources/jquery-mobile/1.3.2/jquery.mobile.min.jsm
Normal file
9
resources/jquery-mobile/1.3.2/jquery.mobile.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user