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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user