mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Change baking to not send all inputs at once.
Add input debouncer. Remove old HTML comments and unnecessary CSS (Step is currently a bit broken!)
This commit is contained in:
parent
c50f5769db
commit
cb86cb1882
9 changed files with 214 additions and 110 deletions
|
@ -157,8 +157,6 @@ class App {
|
|||
action: "autobake",
|
||||
data: this.manager.input.getActiveTab()
|
||||
});
|
||||
|
||||
this.manager.controls.toggleBakeButtonFunction(false, true);
|
||||
} else {
|
||||
this.manager.controls.showStaleIndicator();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue