Merge branch 'master' into bootstrap

This commit is contained in:
El RIDO 2024-05-04 16:15:07 +02:00
commit 06fb606aa7
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 13 additions and 7 deletions

View file

@ -17,7 +17,7 @@ require('./prettify');
global.prettyPrint = window.PR.prettyPrint;
global.prettyPrintOne = window.PR.prettyPrintOne;
global.showdown = require('./showdown-2.1.0');
global.DOMPurify = require('./purify-3.0.8');
global.DOMPurify = require('./purify-3.1.2');
global.baseX = require('./base-x-4.0.0').baseX;
global.Legacy = require('./legacy').Legacy;
require('./bootstrap-3.4.1');

File diff suppressed because one or more lines are too long

2
js/purify-3.1.2.js Normal file

File diff suppressed because one or more lines are too long