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

Add bowser.js

This commit is contained in:
Calum McConnell
2021-04-27 09:42:26 -04:00
parent f10ce62b2b
commit 15c588489e
4 changed files with 12 additions and 0 deletions

View File

@@ -205,6 +205,9 @@ targets.setLastVersion = function (type, version) {
return '2.21.2';
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.startsWith('/bowser/2.')) {
return '2.11.0'
}
} else if (type.startsWith('/bulma/0.')) {
return '0.9.2';
} else if (type.startsWith('/Chart.js/2.')) {
@@ -610,6 +613,7 @@ const ListOfFiles = {
'ajax-bootstrap-select.min.jsm': 'Ajax Bootstrap Select',
'bootstrap-vue.min.jsm': 'BootstrapVue (JS)',
'bootstrap-vue.min.css': 'BootstrapVue (CSS)',
'bowser.min.js': 'Bowser',
'mirage2.min.jsm': 'mirage2',
'chosen.jquery.min.jsm': 'chosen',
'nouislider.min.jsm': 'noUiSlider (JS)',