1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 00:25:15 +01:00

Bowser final bugfixes

This commit is contained in:
Calum McConnell 2021-04-27 23:38:18 -04:00
parent 92e8208dd2
commit 25200ef33c
No known key found for this signature in database
GPG Key ID: EFF5E1D7E0CD9B32

View File

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