mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
update bootstrap JS library to 3.4.1
note that this fails one of our unit tests
This commit is contained in:
parent
0e3a7196f9
commit
fbf0eae513
5 changed files with 9 additions and 11 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue