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

Added: Stickyfill v1.1.4 and v2.1.0 (#73)

This commit is contained in:
nobody
2020-08-03 13:46:49 +02:00
parent c0ca0cf83c
commit 8cff669de4
6 changed files with 26 additions and 0 deletions

View File

@@ -484,6 +484,10 @@ helpers.setLastVersion = function (type, version) {
return '2.3.0';
} else if (type.includes('/spin.js/2.')) {
return '2.3.2';
} else if (type.includes('/stickyfill/1.')) {
return '1.1.4';
} else if (type.includes('/stickyfill/2.')) {
return '2.1.0';
} else if (type.includes('/store.js/2.')) {
return '2.0.4';
} else if (type.includes('/swfobject/2.')) {
@@ -545,6 +549,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'stickyfill.min.jsm': 'Stickyfill',
'jquery.mousewheel.min.jsm': 'jQuery Mousewheel',
'a1f20be65b.css': 'Font Awesome (CSS)',
'a1f20be65b.jsm': 'Font Awesome (JS)',