mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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);
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
129 source files
|
||||
49196 lines
|
||||
49199 lines
|
||||
1.9M size
|
||||
|
||||
63 JavaScript source files
|
||||
21013 lines
|
||||
21016 lines
|
||||
788K size
|
||||
|
||||
4.7M uncompressed JavaScript size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue