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

Folder renamed: bootstrap

This commit is contained in:
nobody
2021-02-02 05:45:35 +01:00
parent 5d68cca01f
commit ae9d3990be
11 changed files with 6 additions and 6 deletions

View File

@@ -218,15 +218,15 @@ var resources = {
},
// Bootstrap
'bootstrapJS': {
'path': 'resources/bootstrap/{version}/bootstrap.min.jsm',
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.jsm',
'type': 'application/javascript'
},
'bootstrapCSS': {
'path': 'resources/bootstrap/{version}/bootstrap.min.css',
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.css',
'type': 'text/css'
},
'bootstrapFontsOnly': {
'path': 'resources/bootstrap/fonts/'
'path': 'resources/twitter-bootstrap/fonts/'
},
// Bootstrap Daterangepicker
'bootstrapDaterangepicker': {