Added: OwlCarousel v2.0.0-beta.2.4 (#148)

This commit is contained in:
nobody 2020-10-24 08:46:02 +02:00
parent baa1b99118
commit 1dfe12f606
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 11 additions and 0 deletions

View File

@ -117,6 +117,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': 'resources/fontawesome/4.7.0/css/font-awesome.min.css',
'bundle': ''
};
} else if ((channelHost + channelPath) === 'cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.2.4/owl.carousel.min.js') {
return {
'source': channelHost,
'versionDelivered': '2.0.0-beta.2.4',
'versionRequested': '2.0.0-beta.2.4',
'path': 'resources/owl-carousel/2.0.0-beta.2.4/owl.carousel.min.jsm',
'bundle': ''
};
} else {
return false;
}

View File

@ -35,6 +35,7 @@
<li>Added: vue-i18n v8.22.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
<li>Added: ElementUI in cdn.bootcss.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
<li>Added: OwlCarousel v2.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/148">#148</a>)</li>
<li>Added: OwlCarousel v2.0.0-beta.2.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/148">#148</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long