Updated: bootstrap-table v1.18.2 -> v1.18.3 (#334)
This commit is contained in:
parent
ca7e18f3e1
commit
a5f91c0837
|
@ -214,8 +214,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider.
|
|||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.18.2/bootstrap-table.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.18.2/bootstrap-table.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.18.3/bootstrap-table.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.18.3/bootstrap-table.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-toggle.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js
|
||||
|
|
|
@ -187,7 +187,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/bootstrap-select/1.')) {
|
||||
return '1.13.18';
|
||||
} else if (type.startsWith('/bootstrap-table/1.')) {
|
||||
return '1.18.2';
|
||||
return '1.18.3';
|
||||
} else if (type.startsWith('/bootstrap-toggle/2.')) {
|
||||
return '2.2.2';
|
||||
} else if (type.startsWith('/bootstrap-vue/2.')) {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<ul>
|
||||
<li>Improved: Welcome page</li>
|
||||
<li>Improved: Note for Non-Firefox users (Help and Options page)</li>
|
||||
<li>Updated: bootstrap-table v1.18.2 -> v1.18.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/334">#334</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue