mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 20:37:04 +01:00
Added: Bootstrap v3.3.7 (#203)
This commit is contained in:
parent
4294a85abf
commit
de53921219
@ -130,7 +130,8 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/bootbox.js/5.')) {
|
||||
return '5.5.2';
|
||||
} else if (type.startsWith('/bootstrap/3.')) {
|
||||
return '3.4.1';
|
||||
if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
|
||||
else return '3.4.1';
|
||||
} else if (type.startsWith('/bootstrap/4.')) {
|
||||
return '4.5.3';
|
||||
} else if (type.startsWith('/bootstrap-daterangepicker/2.')) {
|
||||
|
@ -38,6 +38,7 @@
|
||||
<li>Updated: instantsearch.js v4.9.0 -> v4.9.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/199">#199</a>)</li>
|
||||
<li>Updated: hls.js v0.14.6 -> v0.14.17 (<a href="https://codeberg.org/nobody/LocalCDN/issues/200">#200</a>)</li>
|
||||
<li>Updated: d3 v6.3.0 -> v6.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/201">#201</a>)</li>
|
||||
<li>Added: Bootstrap v3.3.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/203">#203</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
6
resources/bootstrap/3.3.7/bootstrap.min.css
vendored
Normal file
6
resources/bootstrap/3.3.7/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
resources/bootstrap/3.3.7/bootstrap.min.jsm
Normal file
7
resources/bootstrap/3.3.7/bootstrap.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user