mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Updated: Underscore.js v1.9.1 -> v1.11.0 (#141)
This commit is contained in:
@ -564,7 +564,7 @@ helpers.setLastVersion = function (type, version) {
|
|||||||
} else if (type.includes('/toastr.js/2.')) {
|
} else if (type.includes('/toastr.js/2.')) {
|
||||||
return '2.1.4';
|
return '2.1.4';
|
||||||
} else if (type.includes('/underscore.js/1.')) {
|
} else if (type.includes('/underscore.js/1.')) {
|
||||||
return '1.9.1';
|
return '1.11.0';
|
||||||
} else if (type.includes('/urlive/1.')) {
|
} else if (type.includes('/urlive/1.')) {
|
||||||
return '1.1.1';
|
return '1.1.1';
|
||||||
} else if (type.includes('/vanilla-lazyload')) {
|
} else if (type.includes('/vanilla-lazyload')) {
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Updated: Chart.js v2.9.3 -> v2.9.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/140">#140</a>)</li>
|
<li>Updated: Chart.js v2.9.3 -> v2.9.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/140">#140</a>)</li>
|
||||||
|
<li>Updated: Underscore.js v1.9.1 -> v1.11.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/141">#141</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
4
resources/underscore.js/1.11.0/note
Normal file
4
resources/underscore.js/1.11.0/note
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
In this directory the file was renamed.
|
||||||
|
|
||||||
|
Original: underscore-esm-min.jsm
|
||||||
|
Now: underscore-min.jsm
|
5
resources/underscore.js/1.11.0/underscore-min.jsm
Normal file
5
resources/underscore.js/1.11.0/underscore-min.jsm
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user