mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 08:30:38 +01:00
Added: Bootstrap v3.0.0 (#311)
This commit is contained in:
parent
cdb55b33a4
commit
80cdd1feee
@ -167,7 +167,8 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/bootbox.js/5.')) {
|
||||
return '5.5.2';
|
||||
} else if (type.startsWith('/twitter-bootstrap/3.')) {
|
||||
if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
|
||||
if (helpers.compareVersion('3.0.0', version)) return '3.0.0'; // <= 3.0.0
|
||||
else if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
|
||||
else return '3.4.1';
|
||||
} else if (type.startsWith('/twitter-bootstrap/4.')) {
|
||||
return '4.6.0';
|
||||
|
@ -31,6 +31,7 @@
|
||||
<li>Updated: plyr v3.6.3 -> v3.6.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/313">#313</a>)</li>
|
||||
<li>Added: Cycle2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/314">#314</a>)</li>
|
||||
<li>Updated: Font Awesome v5.12.2 -> v5.12.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/315">#315</a>)</li>
|
||||
<li>Added: Bootstrap v3.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/311">#311</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
9
resources/twitter-bootstrap/3.0.0/bootstrap.min.css
vendored
Normal file
9
resources/twitter-bootstrap/3.0.0/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
resources/twitter-bootstrap/3.0.0/bootstrap.min.jsm
Normal file
6
resources/twitter-bootstrap/3.0.0/bootstrap.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user