mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Loading message fade and cancelBake bugfix
This commit is contained in:
parent
f6b52b7c82
commit
9028761821
2 changed files with 4 additions and 2 deletions
|
@ -81,7 +81,7 @@ ControlsWaiter.prototype.bakeClick = function() {
|
|||
if (document.getElementById("bake").textContent.indexOf("Bake") > 0) {
|
||||
this.app.bake();
|
||||
} else {
|
||||
this.app.cancelBake();
|
||||
this.manager.worker.cancelBake();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue