mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-23 16:02:42 +01:00
Updated Bootstrap-Select CSS to v1.13.17
This commit is contained in:
parent
f63bc600fc
commit
6ed9310f49
@ -144,7 +144,7 @@ var files = {
|
||||
'resources/bootstrap.css/4.4.1/bootstrap.min.css': true,
|
||||
|
||||
// Bootstrap-select
|
||||
'resources/bootstrap-select/1.13.14/bootstrap-select.min.css': true,
|
||||
'resources/bootstrap-select/1.13.17/bootstrap-select.min.css': true,
|
||||
|
||||
// bootstrap-slider
|
||||
'resources/bootstrap-slider/10.6.2/bootstrap-slider.min.css': true,
|
||||
|
@ -503,7 +503,7 @@ helpers.setLastVersion = function (type, version) {
|
||||
} else if (type.includes('/bootstrap-slider/10.')) {
|
||||
version = '10.6.2';
|
||||
} else if (type.includes('/bootstrap-select/1.')) {
|
||||
version = '1.13.14';
|
||||
version = '1.13.17';
|
||||
} else if (type.includes('/clipboard.js/2.')) {
|
||||
version = '2.0.6';
|
||||
} else if (type.includes('/d3/3.')) {
|
||||
|
@ -28,6 +28,7 @@
|
||||
<li>DOM manipulation: Check if charset is supported by TextDecoder()</li>
|
||||
<li>Added: jQuery Mobile v1.4.5</li>
|
||||
<li>Added: Twitter-Bootstrap JS and CSS v2.3.2</li>
|
||||
<li>Updated: Bootstrap-Select CSS to v1.13.17</li>
|
||||
</ul>
|
||||
|
||||
<div class="topic-label">
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user