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

Added: jQuery Mousewheel v3.1.13 (#73)

This commit is contained in:
nobody
2020-08-03 13:37:27 +02:00
parent 12cc466d34
commit c0ca0cf83c
5 changed files with 18 additions and 0 deletions

View File

@ -409,6 +409,8 @@ helpers.setLastVersion = function (type, version) {
return '1.4.1';
} else if (type.includes('/jquery-migrate/3.')) {
return '3.1.0';
} else if (type.includes('/jquery-mousewheel/3.')) {
return '3.1.13';
} else if (type.includes('/jquery-validate/1.')) {
return '1.19.1';
} else if (type.includes('/jquery-jeditable/1.')) {
@ -543,6 +545,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'jquery.mousewheel.min.jsm': 'jQuery Mousewheel',
'a1f20be65b.css': 'Font Awesome (CSS)',
'a1f20be65b.jsm': 'Font Awesome (JS)',
'owl.transitions.min.css': 'OwlCarousel (CSS Transitions)',