diff --git a/core/shorthands.js b/core/shorthands.js index 96c8aeaf..91b4a8b6 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -223,7 +223,8 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) { 'path': `resources/exif-js/${lastVersion}/exif.min.jsm`, 'bundle': '' }; - } else if (CompleteURL.startsWith('ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js')) { + } else if (CompleteURL.startsWith('ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js') || + CompleteURL.startsWith('code.jquery.com/jquery-latest.')) { return { 'source': channelHost, 'versionDelivered': '1.11.2', diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 5b6b82be..9fb0fa32 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,10 @@