mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
bit of refactoring
This commit is contained in:
parent
793acb54de
commit
f1257ea356
3 changed files with 9 additions and 14 deletions
|
@ -346,9 +346,9 @@ class OperationsWaiter {
|
|||
search.value = '';
|
||||
}
|
||||
|
||||
this.app.updateVisibility(document.getElementById( "categories"), false );
|
||||
this.app.updateVisibility(document.getElementById( "search-results"), false );
|
||||
this.app.updateVisibility(document.getElementById("close-operations-dropdown"), false );
|
||||
this.app.updateVisibility(document.getElementById("categories"), false);
|
||||
this.app.updateVisibility(document.getElementById("search-results"), false);
|
||||
this.app.updateVisibility(document.getElementById("close-operations-dropdown"), false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue