mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Removed excess auto-baking
This commit is contained in:
parent
3be370aefa
commit
e42b19d324
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ OperationsWaiter.prototype.searchOperations = function(e) {
|
|||
selected = this.getSelectedOp(ops);
|
||||
if (selected > -1) {
|
||||
this.manager.recipe.addOperation(ops[selected].innerHTML);
|
||||
this.app.autoBake();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -197,7 +196,6 @@ OperationsWaiter.prototype.operationDblclick = function(e) {
|
|||
const li = e.target;
|
||||
|
||||
this.manager.recipe.addOperation(li.textContent);
|
||||
this.app.autoBake();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue