mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Fixed 'Save recipe' URL generation issue. Closes #1176
This commit is contained in:
parent
22fe5a6ae7
commit
c879af6860
3 changed files with 7 additions and 5 deletions
|
@ -725,7 +725,7 @@ class App {
|
|||
this.progress = 0;
|
||||
this.autoBake();
|
||||
|
||||
this.updateTitle(false, null, true);
|
||||
this.updateTitle(true, null, true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue