mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Reduced extraneous auto bakes
This commit is contained in:
parent
e2a35ea844
commit
db98e56e72
6 changed files with 18 additions and 14 deletions
|
@ -191,7 +191,7 @@ RecipeWaiter.prototype.favDrop = function(e) {
|
|||
*
|
||||
* @fires Manager#statechange
|
||||
*/
|
||||
RecipeWaiter.prototype.ingChange = function() {
|
||||
RecipeWaiter.prototype.ingChange = function(e) {
|
||||
window.dispatchEvent(this.manager.statechange);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue