mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-21 06:01:46 -04:00
replacing Base64.js with browser built in's, except for legacy paste support
This commit is contained in:
parent
6f25d651b7
commit
c4fc7edc43
7 changed files with 87 additions and 65 deletions
|
@ -10,7 +10,6 @@ global.fs = require('fs');
|
|||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.3.1');
|
||||
global.sjcl = require('./sjcl-1.0.7');
|
||||
global.Base64 = require('./base64-2.4.5').Base64;
|
||||
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
|
||||
global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;
|
||||
require('./prettify');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue