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

Added: jquery.matchHeight v0.7.2 (#162)

This commit is contained in:
nobody
2020-11-03 20:45:33 +01:00
parent d95e0da9b8
commit b42e1dd83c
5 changed files with 22 additions and 0 deletions

View File

@ -477,6 +477,8 @@ helpers.setLastVersion = function (type, version) {
return '1.9.1';
} else if (type.includes('/jquery.lazy/1.')) {
return '1.7.11';
} else if (type.includes('/jquery.matchHeight/0.')) {
return '0.7.2';
} else if (type.includes('/jquery-migrate/1.')) {
return '1.4.1';
} else if (type.includes('/jquery-migrate/3.')) {
@ -659,6 +661,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'jquery.matchHeight-min.jsm': 'jquery.matchHeight.js',
'iscoll.min.jsm': 'iScroll',
'drawer.min.jsm': 'Drawer (JS)',
'drawer.min.css': 'Drawer (CSS)',