Beta versions of libraries removed because it's not allowed by Mozilla (#285)

This commit is contained in:
nobody 2021-02-28 08:13:03 +01:00
parent cd80083fb1
commit 3bbafd6a51
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 0 additions and 10 deletions

View File

@ -131,14 +131,6 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': `resources/font-awesome/${lastVersion}/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 if ((channelHost + channelPath).startsWith('cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/')) {
if (channelPath.endsWith('js')) {
channelPath += 'm';

File diff suppressed because one or more lines are too long