1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated Bootstrap-Select CSS to v1.13.17

This commit is contained in:
nobody
2020-05-22 11:28:57 +02:00
parent f63bc600fc
commit 6ed9310f49
4 changed files with 5 additions and 4 deletions

View File

@@ -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.')) {