mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-24 01:08:20 +01:00
Fixed: Typo in Chart.js (#127)
This commit is contained in:
parent
71362c54dd
commit
b560680744
@ -372,7 +372,7 @@ helpers.setLastVersion = function (type, version) {
|
||||
return '2.2.2';
|
||||
} else if (type.includes('/bootstrap-3-typeahead/4.')) {
|
||||
return '4.0.2';
|
||||
} else if (type.includes('/Chart.js/2.')) {
|
||||
} else if (type.includes('/chart.js/2.')) {
|
||||
return '2.9.3';
|
||||
} else if (type.includes('/clipboard.js/1.')) {
|
||||
return '1.7.1';
|
||||
|
@ -26,6 +26,7 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li>Updated: Font Awesome v5.15.0 -> v5.15.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/125">#125</a>)</li>
|
||||
<li>Fixed: Typo in Chart.js (<a href="https://codeberg.org/nobody/LocalCDN/issues/127">#127</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
Loading…
Reference in New Issue
Block a user