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 b527bc6208
commit 3259cabfb3
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 9 additions and 8 deletions

View file

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