mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
tidy up code, add controls-height var and implement across stylesheets, start work on operation/category lists
This commit is contained in:
parent
b872ac6e68
commit
0e49d52546
8 changed files with 65 additions and 32 deletions
|
@ -252,6 +252,9 @@ class App {
|
|||
* @fires Manager#oplistcreate
|
||||
*/
|
||||
populateOperationsList() {
|
||||
// Move edit button away before we overwrite it
|
||||
document.body.appendChild(document.getElementById("edit-favourites"));
|
||||
|
||||
let html = "";
|
||||
let i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue