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

Added toastr.js v2.1.4

This commit is contained in:
nobody42
2020-03-26 07:24:37 +01:00
parent 16e9435760
commit d8a98b74a9
7 changed files with 26 additions and 0 deletions

View File

@@ -164,6 +164,16 @@ var resources = {
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.cssm',
'type': 'text/css'
},
// toastr.js
'toastrCSS': {
'path': 'resources/toastr.js/{version}/toastr.min.cssm',
'type': 'text/css'
},
// toastr.js
'toastrJS': {
'path': 'resources/toastr.js/{version}/toastr.min.jsm',
'type': 'application/javascript'
},
// Underscore.js
'underscore': {
'path': 'resources/underscore.js/{version}/underscore-min.jsm',