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

Added Bootstrap 3 Typeahead v4.0.2

This commit is contained in:
nobody
2020-06-25 21:00:32 +02:00
parent 31fa597b81
commit 63dcad52ab
5 changed files with 11 additions and 0 deletions

View File

@ -342,6 +342,8 @@ helpers.setLastVersion = function (type, version) {
return '10.6.2';
} else if (type.includes('/bootstrap-select/1.')) {
return '1.13.17';
} else if (type.includes('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.includes('/clipboard.js/1.')) {
return '1.7.1';
} else if (type.includes('/clipboard.js/2.')) {
@ -522,6 +524,7 @@ helpers.compareVersion = function (v1, v2) {
const ListOfFiles = {
'bootbox.min.jsm': 'BootboxJS',
'bootstrap3-typeahead.min.jsm': 'Bootstrap 3 Typeahead',
'showdown.min.jsm': 'Showdown',
'angular-ui-utils.min.jsm': 'Angular UI Utils',
'bootstrap-colorpicker-module.min.jsm': 'Angular Bootstrap Colorpicker (JS)',