1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: js-cookie v3.0.0-beta.4 (#244)

This commit is contained in:
nobody
2021-01-22 06:40:12 +01:00
parent 10eb8f9e93
commit 3e11dbfe91
4 changed files with 10 additions and 0 deletions

View File

@@ -170,6 +170,12 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': 'resources/bootstrap/fonts/' + helpers.extractFilenameFromPath(channelPath),
'bundle': 'Bootstrap (Fonts)'
};
} else if (channelHost + channelPath === 'cdn.jsdelivr.net/npm/js-cookie@beta/dist/js.cookie.min.js') {
return {
'source': channelHost,
'path': 'resources/js-cookie/latest/js.cookie.min.jsm',
'bundle': 'JSCookies'
};
} else {
return false;
}