mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 12:27:27 +01:00
Fixed: slick v1.9.0 -> v1.8.1 (#168)
This commit is contained in:
parent
b4bdac774b
commit
6cecdef2aa
@ -222,6 +222,7 @@ const Links = {
|
||||
* See: https://codeberg.org/nobody/LocalCDN/issues/151
|
||||
*/
|
||||
const FrameworkAndBundle = {
|
||||
'resources/slick-carousel/1.9.0/': 'slick',
|
||||
'resources/anchor-js/4.2.2/': 'AnchorJS',
|
||||
'resources/plyr/3.5.10/': 'Plyr',
|
||||
'resources/swiper/5.4.2/': 'Swiper',
|
||||
|
@ -326,7 +326,7 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/simplemde/')) {
|
||||
return '1.11.2';
|
||||
} else if (type.startsWith('/slick-carousel/1.')) {
|
||||
return '1.9.0';
|
||||
return '1.8.1';
|
||||
} else if (type.startsWith('/slick-lightbox/0.')) {
|
||||
return '0.2.12';
|
||||
} else if (type.startsWith('/socket.io/2.')) {
|
||||
|
@ -35,6 +35,7 @@
|
||||
<li>Fixed: Rule generator</li>
|
||||
<li>Added CDN: www.gstatic.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/167">#167</a>)</li>
|
||||
<li>Added: Google Charts (<a href="https://codeberg.org/nobody/LocalCDN/issues/167">#167</a>)</li>
|
||||
<li>Fixed: slick v1.9.0 -> v1.8.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/168">#168</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
1
resources/slick-carousel/1.8.1/slick.min.jsm
Normal file
1
resources/slick-carousel/1.8.1/slick.min.jsm
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user