mirror of
https://github.com/gchq/CyberChef
synced 2026-01-05 01:53:36 +00:00
Reduced extraneous auto bakes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user