mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-12 09:30:06 +01:00
jQuery v1.9.1 (#647)
This commit is contained in:
parent
eff0034c7f
commit
0d218010ee
@ -1134,6 +1134,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
|
||||
|
@ -342,7 +342,8 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/jquery/1.')) {
|
||||
if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1
|
||||
else if (helpers.compareVersion('1.8.3', version)) return '1.8.3'; // > 1.7.1 to <= 1.8.3
|
||||
else if (helpers.compareVersion('1.11.2', version)) return '1.11.2'; // > 1.8.3 to <= 1.11.2
|
||||
else if (helpers.compareVersion('1.9.1', version)) return '1.9.1'; // > 1.8.3 to <= 1.9.1
|
||||
else if (helpers.compareVersion('1.11.2', version)) return '1.11.2'; // > 1.9.1 to <= 1.11.2
|
||||
else if (version === '1.11.3') return '1.11.3'; // = 1.11.3
|
||||
else return '1.12.4'; // > 1.11.3
|
||||
} else if (type.startsWith('/jquery/2.')) {
|
||||
|
@ -45,6 +45,7 @@
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>Swiper v7.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/646">#646</a>)</li>
|
||||
<li>jQuery v1.9.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/647">#647</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
5
resources/jquery/1.9.1/jquery.min.jsm
Normal file
5
resources/jquery/1.9.1/jquery.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user