mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-16 08:58:30 +01:00
Fixed dispatchEvent call in recipe loading chain.
This commit is contained in:
parent
3c669a075e
commit
eee8b7db56
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ App.prototype.setRecipeConfig = function(recipeConfig) {
|
|||
|
||||
// Unpause auto bake
|
||||
this.autoBakePause = false;
|
||||
window.disptchEent(this.manager.statechange);
|
||||
window.dispatchEvent(this.manager.statechange);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue