mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Status bar widgets are disabled for HTML output
This commit is contained in:
parent
ff45f61b68
commit
1b3d55f051
3 changed files with 37 additions and 4 deletions
|
@ -91,7 +91,8 @@ class OutputWaiter {
|
|||
bakeStats: this.bakeStats,
|
||||
eolHandler: this.eolChange.bind(this),
|
||||
chrEncHandler: this.chrEncChange.bind(this),
|
||||
chrEncGetter: this.getChrEnc.bind(this)
|
||||
chrEncGetter: this.getChrEnc.bind(this),
|
||||
htmlOutput: this.htmlOutput
|
||||
}),
|
||||
htmlPlugin(this.htmlOutput),
|
||||
copyOverride(),
|
||||
|
@ -564,9 +565,6 @@ class OutputWaiter {
|
|||
|
||||
switch (output.data.type) {
|
||||
case "html":
|
||||
// TODO what if the HTML content needs to be in a certain character encoding?
|
||||
// Grey out chr enc selection? Set back to Raw Bytes?
|
||||
|
||||
this.setHTMLOutput(output.data.result);
|
||||
break;
|
||||
case "ArrayBuffer":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue