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

Added: Bootstrap Table v1.18.0 (#163)

This commit is contained in:
nobody
2020-11-05 13:44:21 +01:00
parent 61fc4bef8a
commit 6ed01667d1
6 changed files with 38 additions and 0 deletions

View File

@@ -134,6 +134,8 @@ targets.setLastVersion = function (type, version) {
return '10.6.2';
} else if (type.includes('/bootstrap-select/1.')) {
return '1.13.17';
} else if (type.includes('/bootstrap-table/1.')) {
return '1.18.0';
} else if (type.includes('/bootstrap-toggle/2.')) {
return '2.2.2';
} else if (type.includes('/bootstrap-3-typeahead/4.')) {
@@ -394,6 +396,8 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'bootstrap-table.min.jsm': 'Bootstrap Table (JS)',
'bootstrap-table.min.css': 'Bootstrap Table (CSS)',
'jquery.matchHeight-min.jsm': 'jquery.matchHeight.js',
'iscoll.min.jsm': 'iScroll',
'drawer.min.jsm': 'Drawer (JS)',