mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
revert bootstraps JS to 3.3.7 as 3.4.1 breaks the navbar toggle
This commit is contained in:
parent
b527bc6208
commit
3259cabfb3
4 changed files with 9 additions and 8 deletions
|
@ -9,7 +9,7 @@ global.fs = require('fs');
|
|||
global.WebCrypto = require('node-webcrypto-ossl');
|
||||
|
||||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.3.1');
|
||||
global.$ = global.jQuery = require('./jquery-3.4.1');
|
||||
global.RawDeflate = require('./rawinflate-0.3').RawDeflate;
|
||||
global.zlib = require('./zlib-1.2.11').zlib;
|
||||
require('./prettify');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue