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

Added: Drawer v3.2.2 (#162)

This commit is contained in:
nobody
2020-11-03 20:43:16 +01:00
parent a4a37c5c4e
commit 625f973c04
6 changed files with 34 additions and 0 deletions

View File

@@ -303,6 +303,15 @@ var resources = {
'path': 'resources/dojo/{version}/dojo/dojo.jsm',
'type': 'application/javascript'
},
// Drawer
'drawerJS': {
'path': 'resources/drawer/{version}/drawer.min.jsm',
'type': 'application/javascript'
},
'drawerCSS': {
'path': 'resources/drawer/{version}/drawer.min.css',
'type': 'text/css'
},
// Element-UI (Bundle)
'elementUI': {
'path': 'resources/element-ui/{version}/',