mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fixed CanvasComponents not being available to operation output code.
This commit is contained in:
parent
ed21dff88f
commit
06d4002c6b
5 changed files with 9 additions and 6 deletions
|
@ -59,4 +59,7 @@ window.console = console || {log: function() {}, error: function() {}};
|
|||
window.compileTime = moment.tz(COMPILE_TIME, "DD/MM/YYYY HH:mm:ss z", "UTC").valueOf();
|
||||
window.compileMessage = COMPILE_MSG;
|
||||
|
||||
// Make libs available to operation outputs
|
||||
window.CanvasComponents = CanvasComponents;
|
||||
|
||||
document.addEventListener("DOMContentLoaded", main, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue