mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] cleanup to prep draft PR for PR
This commit is contained in:
parent
a7a76ec7ef
commit
9fbef2c163
6 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,6 @@ class App {
|
|||
document.dispatchEvent(this.manager.appstart);
|
||||
|
||||
this.initialiseUI();
|
||||
this.setCompileMessage();
|
||||
this.loadLocalStorage();
|
||||
this.populateOperationsList();
|
||||
this.manager.setup();
|
||||
|
@ -472,8 +471,9 @@ class App {
|
|||
this.saveFavourites(favourites);
|
||||
this.loadFavourites();
|
||||
this.populateOperationsList();
|
||||
this.manager.recipe.updateSelectedOperations();
|
||||
this.manager.recipe.initialiseOperationDragNDrop();
|
||||
this.manager.recipe.updateSelectedOperations();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -875,6 +875,7 @@ class App {
|
|||
*/
|
||||
setDesktopUI(minimise) {
|
||||
$("[data-toggle=tooltip]").tooltip("enable");
|
||||
this.setCompileMessage();
|
||||
this.setDesktopSplitter(minimise);
|
||||
this.adjustComponentSizes();
|
||||
this.populateOperationsList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue