1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-23 15:17:49 +01:00

Added: Bootbox.js v5.4.1

This commit is contained in:
nobody 2020-11-14 09:12:44 +01:00
parent fa09b3ac9b
commit 6d4b52d31b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,8 @@ targets.setLastVersion = function (type, version) {
return '1.11.1'; return '1.11.1';
} else if (type.startsWith('/bootbox.js/4.')) { } else if (type.startsWith('/bootbox.js/4.')) {
return '4.4.0'; return '4.4.0';
} else if (type.startsWith('/bootbox.js/5.')) {
return '5.4.1';
} else if (type.startsWith('/bootstrap/3.')) { } else if (type.startsWith('/bootstrap/3.')) {
return '3.3.7'; return '3.3.7';
} else if (type.startsWith('/bootstrap/4.')) { } else if (type.startsWith('/bootstrap/4.')) {

View File

@ -52,6 +52,7 @@
<li>Added: Animate.CSS v4.1.1</li> <li>Added: Animate.CSS v4.1.1</li>
<li>Updated: autocomplete.js v0.37.1 -> v0.38.0</li> <li>Updated: autocomplete.js v0.37.1 -> v0.38.0</li>
<li>Updated: axios v0.20.0 -> v0.21.0</li> <li>Updated: axios v0.20.0 -> v0.21.0</li>
<li>Added: Bootbox.js v5.4.1</li>
</ul> </ul>
<div id="generator-section"> <div id="generator-section">
<div class="topic-label"> <div class="topic-label">

File diff suppressed because one or more lines are too long