1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-02 20:37:04 +01:00

Added: Bootstrap Date Range Picker v3.1

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

View File

@ -133,6 +133,8 @@ targets.setLastVersion = function (type, version) {
return '4.5.3';
} else if (type.startsWith('/bootstrap-daterangepicker/2.')) {
return '2.1.27';
} else if (type.startsWith('/bootstrap-daterangepicker/3.')) {
return '3.1';
} else if (type.startsWith('/bootstrap-datepicker/1.')) {
return '1.9.0';
} else if (type.startsWith('/bootstrap-slider/10.')) {

View File

@ -53,6 +53,7 @@
<li>Updated: autocomplete.js v0.37.1 -> v0.38.0</li>
<li>Updated: axios v0.20.0 -> v0.21.0</li>
<li>Added: Bootbox.js v5.4.1</li>
<li>Added: Bootstrap Date Range Picker v3.1</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long