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

Added: Cookie Consent v3.1.1 (#153)

This commit is contained in:
nobody
2020-10-25 11:21:31 +01:00
parent 30613ace03
commit 25908d7a4a
6 changed files with 25 additions and 0 deletions

View File

@ -394,6 +394,8 @@ helpers.setLastVersion = function (type, version) {
return '1.7.1';
} else if (type.includes('/clipboard.js/2.')) {
return '2.0.6';
} else if (type.includes('/cookieconsent2/3.')) {
return '3.1.1';
} else if (type.includes('/d3/3.')) {
return '3.5.17';
} else if (type.includes('/d3-legend/2.')) {
@ -637,6 +639,8 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'cookieconsent.min.css': 'Cookie Consent (CSS)',
'cookieconsent.min.jsm': 'Cookie Consent (JS)',
'markdown-it.min.jsm': 'markdown-it',
'vue-i18n.min.jsm': 'Vue.js (i18n)',
'v4-shims.css': 'Font Awesome (Shim)',