From ee0bda7ade948c7780dd94bb63df6e04c185c878 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 16 Apr 2021 06:45:42 +0200 Subject: [PATCH] Updated: shorthands.js --- core/shorthands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shorthands.js b/core/shorthands.js index 08b44f68..27df2b04 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -168,7 +168,7 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) { 'path': `resources/twitter-bootstrap/fonts/${helpers.extractFilenameFromPath(channelPath)}`, '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')) { channelPath += 'm'; }