update bootstrap JS library to 3.4.1

note that this fails one of our unit tests
This commit is contained in:
El RIDO 2022-02-20 16:13:34 +01:00
parent 0e3a7196f9
commit fbf0eae513
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
5 changed files with 9 additions and 11 deletions

View file

@ -20,7 +20,7 @@ global.showdown = require('./showdown-2.0.0');
global.DOMPurify = require('./purify-2.3.6');
global.baseX = require('./base-x-4.0.0').baseX;
global.Legacy = require('./legacy').Legacy;
require('./bootstrap-3.3.7');
require('./bootstrap-3.4.1');
require('./privatebin');
// internal variables
@ -131,4 +131,3 @@ exports.jscMimeTypes = function() {
exports.jscFormats = function() {
return jsc.elements(formats);
};