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

Fixed: Latest version of toastr.js (#590)

This commit is contained in:
nobody
2021-07-30 20:58:38 +02:00
parent c6be66ee54
commit 2ef4e41be6
3 changed files with 4 additions and 1 deletions

View File

@@ -430,6 +430,8 @@ mappings.cdn = {
'tooltipster/{version}/js/jquery.tooltipster.': resources.jQueryTooltipster,
'toastr.js/{version}/toastr.min.css': resources.toastrCSS,
'toastr.js/{version}/toastr.min.js': resources.toastrJS,
'toastr.js/{version}/js/toastr.': resources.toastrJS,
'toastr.js/{version}/css/toastr.': resources.toastrCSS,
'twitter-bootstrap/{version}/js/bootstrap.min.js': resources.bootstrapJS,
'twitter-bootstrap/{version}-alpha.3/js/bootstrap.min.js': resources.bootstrapJS,
'twitter-bootstrap/{version}-alpha.3/css/bootstrap.min.css': resources.bootstrapCSS,