mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Replaced loading animation with animated Bombe SVG
This commit is contained in:
parent
ffc4b0a0a8
commit
02b9dbdee9
6 changed files with 349 additions and 66 deletions
|
@ -51,10 +51,12 @@ class App {
|
|||
*/
|
||||
setup() {
|
||||
document.dispatchEvent(this.manager.appstart);
|
||||
|
||||
this.initialiseSplitter();
|
||||
this.loadLocalStorage();
|
||||
this.populateOperationsList();
|
||||
this.manager.setup();
|
||||
this.manager.output.saveBombe();
|
||||
this.resetLayout();
|
||||
this.setCompileMessage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue