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

Added: jScrollPane v2.2.2 (#73)

This commit is contained in:
nobody
2020-08-03 13:47:59 +02:00
parent 8cff669de4
commit ab107eac9d
5 changed files with 11 additions and 0 deletions

View File

@ -411,6 +411,8 @@ helpers.setLastVersion = function (type, version) {
return '3.1.0';
} else if (type.includes('/jquery-mousewheel/3.')) {
return '3.1.13';
} else if (type.includes('/jScrollPane/2.')) {
return '2.2.2';
} else if (type.includes('/jquery-validate/1.')) {
return '1.19.1';
} else if (type.includes('/jquery-jeditable/1.')) {
@ -549,6 +551,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'jquery.jscrollpane.min.jsm': 'jScrollPane',
'stickyfill.min.jsm': 'Stickyfill',
'jquery.mousewheel.min.jsm': 'jQuery Mousewheel',
'a1f20be65b.css': 'Font Awesome (CSS)',