mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
revert bootstraps JS to 3.3.7 as 3.4.1 breaks the navbar toggle
This commit is contained in:
parent
85d2cea504
commit
9acddb530f
4 changed files with 9 additions and 8 deletions
|
@ -8,7 +8,7 @@ global.cleanup = global.jsdom();
|
|||
global.fs = require('fs');
|
||||
|
||||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.3.1');
|
||||
global.$ = global.jQuery = require('./jquery-3.4.1');
|
||||
global.sjcl = require('./sjcl-1.0.7');
|
||||
global.Base64 = require('./base64-2.4.5').Base64;
|
||||
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue