Folder renamed: chart.js

This commit is contained in:
nobody 2021-02-02 05:46:42 +01:00
parent ae9d3990be
commit a29c0a9a8a
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 3 additions and 3 deletions

View File

@ -303,11 +303,11 @@ var resources = {
},
// Chart.js
'chartJs': {
'path': 'resources/chart.js/{version}/Chart.bundle.min.jsm',
'path': 'resources/Chart.js/{version}/Chart.bundle.min.jsm',
'type': 'application/javascript'
},
'chartJsCSS': {
'path': 'resources/chart.js/{version}/Chart.min.css',
'path': 'resources/Chart.js/{version}/Chart.min.css',
'type': 'text/css'
},
// chosen

View File

@ -166,7 +166,7 @@ targets.setLastVersion = function (type, version) {
return '2.21.2';
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.startsWith('/chart.js/2.')) {
} else if (type.startsWith('/Chart.js/2.')) {
return '2.9.4';
} else if (type.startsWith('/chosen/1.')) {
return '1.8.7';