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

Added: Pagination.js v2.1.5 (#157)

This commit is contained in:
nobody
2020-11-09 18:22:59 +01:00
parent eee60795bd
commit d001cf7e42
6 changed files with 30 additions and 0 deletions

View File

@@ -287,6 +287,8 @@ targets.setLastVersion = function (type, version) {
return '0.6.2';
} else if (type.startsWith('/page.js/1.')) {
return '1.7.1';
} else if (type.startsWith('/paginationjs/2.')) {
return '2.1.5';
} else if (type.startsWith('/plyr/3.')) {
return '3.6.2';
} else if (type.startsWith('/popper.js/1.')) {
@@ -392,6 +394,8 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'pagination.min.css': 'Pagination.js (CSS)',
'pagination.min.jsm': 'Pagination.js (JS)',
'loader.jsm': 'Google Charts',
'bootstrap-table.min.jsm': 'Bootstrap Table (JS)',
'bootstrap-table.min.css': 'Bootstrap Table (CSS)',