mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Updated: shorthands.js
This commit is contained in:
@@ -168,7 +168,7 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
|
|||||||
'path': `resources/twitter-bootstrap/fonts/${helpers.extractFilenameFromPath(channelPath)}`,
|
'path': `resources/twitter-bootstrap/fonts/${helpers.extractFilenameFromPath(channelPath)}`,
|
||||||
'bundle': 'Bootstrap (Fonts)'
|
'bundle': 'Bootstrap (Fonts)'
|
||||||
};
|
};
|
||||||
} else if (/cdnjs\.cloudflare\.com\/ajax\/libs\/jquery\.cycle2\/[\d.]+\//.test(channelHost + channelPath + searchString)) {
|
} else if (/cdnjs\.cloudflare\.com\/ajax\/libs\/jquery\.cycle2\/[\d.]+\//.test(CompleteURL)) {
|
||||||
if (channelPath.endsWith('js')) {
|
if (channelPath.endsWith('js')) {
|
||||||
channelPath += 'm';
|
channelPath += 'm';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user