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

Added: jQuery Easing Plugin v1.4.1 (#101)

This commit is contained in:
nobody
2020-09-09 06:26:42 +02:00
parent 54a3e639b6
commit bcff284f1e
5 changed files with 11 additions and 0 deletions

View File

@ -415,6 +415,8 @@ helpers.setLastVersion = function (type, version) {
return '2.70';
} else if (type.includes('/jquery-csv/1.')) {
return '1.0.9';
} else if (type.includes('/jquery-easing/1.')) {
return '1.4.1';
} else if (type.includes('/jquery.lazyload/1.')) {
return '1.9.1';
} else if (type.includes('/jquery.lazy/1.')) {
@ -571,6 +573,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'jquery.easing.min.jsm': 'jQuery Easing Plugin',
'baguetteBox.min.jsm': 'baguetteBox.js (JS)',
'baguetteBox.min.css': 'baguetteBox.js (CSS)',
'videojs-seek-buttons.min.css': 'Videojs seek buttons (CSS)',