making legacy.js work even on IE 6 by avoiding jQuery
This commit is contained in:
@@ -19,8 +19,8 @@ global.prettyPrintOne = window.PR.prettyPrintOne;
|
||||
global.showdown = require('./showdown-1.9.1');
|
||||
global.DOMPurify = require('./purify-1.0.11');
|
||||
global.baseX = require('./base-x-3.0.5.1').baseX;
|
||||
global.Legacy = require('./legacy').Legacy;
|
||||
require('./bootstrap-3.3.7');
|
||||
require('./legacy');
|
||||
require('./privatebin');
|
||||
|
||||
// internal variables
|
||||
|
||||
Reference in New Issue
Block a user