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:
@@ -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)',
|
||||
|
Reference in New Issue
Block a user