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

@@ -243,6 +243,15 @@ var resources = {
'path': 'resources/bootstrap-slider/{version}/bootstrap-slider.min.jsm',
'type': 'application/javascript'
},
// Bootstrap Table
'bootstrapTableJS': {
'path': 'resources/bootstrap-table/{version}/bootstrap-table.min.jsm',
'type': 'application/javascript'
},
'bootstrapTableCSS': {
'path': 'resources/bootstrap-table/{version}/bootstrap-table.min.css',
'type': 'text/css'
},
// Bootstrap Toggle
'bootstrapToggleJS': {
'path': 'resources/bootstrap-toggle/{version}/js/bootstrap-toggle.min.jsm',