mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Removed excess auto-baking
This commit is contained in:
parent
3be370aefa
commit
e42b19d324
@ -38,7 +38,6 @@ OperationsWaiter.prototype.searchOperations = function(e) {
|
|||||||
selected = this.getSelectedOp(ops);
|
selected = this.getSelectedOp(ops);
|
||||||
if (selected > -1) {
|
if (selected > -1) {
|
||||||
this.manager.recipe.addOperation(ops[selected].innerHTML);
|
this.manager.recipe.addOperation(ops[selected].innerHTML);
|
||||||
this.app.autoBake();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -197,7 +196,6 @@ OperationsWaiter.prototype.operationDblclick = function(e) {
|
|||||||
const li = e.target;
|
const li = e.target;
|
||||||
|
|
||||||
this.manager.recipe.addOperation(li.textContent);
|
this.manager.recipe.addOperation(li.textContent);
|
||||||
this.app.autoBake();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user