mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
Merge branch 'master' into webcrypto, implementing base58, fixes #377
This commit is contained in:
commit
6f480bf014
7 changed files with 259 additions and 140 deletions
|
@ -17,6 +17,7 @@ global.prettyPrint = window.PR.prettyPrint;
|
|||
global.prettyPrintOne = window.PR.prettyPrintOne;
|
||||
global.showdown = require('./showdown-1.8.6');
|
||||
global.DOMPurify = require('./purify-1.0.7');
|
||||
global.baseX = require('./base-x-3.0.5.1').baseX;
|
||||
require('./bootstrap-3.3.7');
|
||||
require('./privatebin');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue