mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fixed bugs in pretty recipe format generation
This commit is contained in:
parent
6fbb2f26d1
commit
512487328d
2 changed files with 9 additions and 8 deletions
|
@ -443,6 +443,7 @@ App.prototype.getRecipeConfig = function() {
|
|||
/**
|
||||
* Given a recipe configuration, sets the recipe to that configuration.
|
||||
*
|
||||
* @fires Manager#statechange
|
||||
* @param {Object[]} recipeConfig - The recipe configuration
|
||||
*/
|
||||
App.prototype.setRecipeConfig = function(recipeConfig) {
|
||||
|
@ -487,6 +488,7 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
|
|||
|
||||
// Unpause auto bake
|
||||
this.autoBakePause = false;
|
||||
window.disptchEent(this.manager.statechange);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue