mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Reduced extraneous auto bakes
This commit is contained in:
parent
e2a35ea844
commit
db98e56e72
6 changed files with 18 additions and 14 deletions
|
@ -361,6 +361,7 @@ ControlsWaiter.prototype.loadButtonClick = function() {
|
|||
try {
|
||||
const recipeConfig = Utils.parseRecipeConfig(document.getElementById("load-text").value);
|
||||
this.app.setRecipeConfig(recipeConfig);
|
||||
this.app.autoBake();
|
||||
|
||||
$("#rec-list [data-toggle=popover]").popover();
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue