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

Added: jquery.cookie v1.4.1 (#258)

This commit is contained in:
nobody
2021-01-31 06:34:40 +01:00
parent 1f2b57a016
commit 8d73e93513
5 changed files with 12 additions and 0 deletions

View File

@@ -259,6 +259,8 @@ targets.setLastVersion = function (type, version) {
else return '1.12.1'; // >= 1.8.19
} else if (type.startsWith('/jquery.blockUI/2.')) {
return '2.70';
} else if (type.startsWith('/jquery-cookie/1.')) {
return '1.4.1';
} else if (type.startsWith('/jquery-csv/1.')) {
return '1.0.11';
} else if (type.startsWith('/jquery-easing/1.')) {
@@ -490,6 +492,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'jquery.cookie.min.jsm': 'jquery-cookie',
'jquery.scrollbar.min.jsm': 'jQuery Scrollbar',
'dayjs.min.jsm': 'Day.js',
'jquery.validate.unobtrusive.min.jsm': 'jQuery Validate Unobtrusive',