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

Added: DataTables (Bundle) v1.10.24 (#432)

This commit is contained in:
nobody
2021-05-02 06:32:44 +02:00
parent c5d55f3a34
commit 1b7e790ca5
49 changed files with 1209 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ targets.determineBundle = function (path) {
val = 'Cycle2';
} else if (path.startsWith('/semantic-ui/')) {
val = 'Semantic UI';
} else if (path.startsWith('/datatables/')) {
val = 'DataTables';
}
return val === '' ? val : `${val} (Bundle)`;
@@ -232,6 +234,8 @@ targets.setLastVersion = function (type, version) {
return '6.7.0';
} else if (type.startsWith('/d3-legend/2.')) {
return '2.25.6';
} else if (type.startsWith('/datatables/1.')) {
return '1.10.24';
} else if (type.startsWith('/dayjs/1.')) {
return '1.10.4';
} else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) {