mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Folder renamed: chart.js
This commit is contained in:
@ -303,11 +303,11 @@ var resources = {
|
|||||||
},
|
},
|
||||||
// Chart.js
|
// Chart.js
|
||||||
'chartJs': {
|
'chartJs': {
|
||||||
'path': 'resources/chart.js/{version}/Chart.bundle.min.jsm',
|
'path': 'resources/Chart.js/{version}/Chart.bundle.min.jsm',
|
||||||
'type': 'application/javascript'
|
'type': 'application/javascript'
|
||||||
},
|
},
|
||||||
'chartJsCSS': {
|
'chartJsCSS': {
|
||||||
'path': 'resources/chart.js/{version}/Chart.min.css',
|
'path': 'resources/Chart.js/{version}/Chart.min.css',
|
||||||
'type': 'text/css'
|
'type': 'text/css'
|
||||||
},
|
},
|
||||||
// chosen
|
// chosen
|
||||||
|
@ -166,7 +166,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
return '2.21.2';
|
return '2.21.2';
|
||||||
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
|
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
|
||||||
return '4.0.2';
|
return '4.0.2';
|
||||||
} else if (type.startsWith('/chart.js/2.')) {
|
} else if (type.startsWith('/Chart.js/2.')) {
|
||||||
return '2.9.4';
|
return '2.9.4';
|
||||||
} else if (type.startsWith('/chosen/1.')) {
|
} else if (type.startsWith('/chosen/1.')) {
|
||||||
return '1.8.7';
|
return '1.8.7';
|
||||||
|
Reference in New Issue
Block a user