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

Fixed AngularUI Bootstrap

This commit is contained in:
nobody42
2020-05-05 07:37:49 +02:00
parent 474e19f855
commit 990e2e14d5
9 changed files with 43 additions and 13 deletions

View File

@ -372,6 +372,8 @@ helpers.determineResourceName = function (filename) {
return 'toastr.js';
case 'ui-bootstrap-tpls.min.jsm':
return 'Angular UI Bootstrap';
case 'ui-bootstrap.min.jsm':
return 'Angular UI Bootstrap';
case 'underscore-min.jsm':
return 'Underscore.js';
case 'webfont.jsm':