revert bootstraps JS to 3.3.7 as 3.4.1 breaks the navbar toggle

This commit is contained in:
El RIDO 2019-06-16 10:06:01 +02:00
parent 85d2cea504
commit 9acddb530f
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 9 additions and 8 deletions

View file

@ -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;