mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Wording and stats improvements
This commit is contained in:
parent
42ad9a49f3
commit
e61d64f618
2 changed files with 12 additions and 7 deletions
|
@ -36,6 +36,11 @@ class ControlsWaiter {
|
|||
boundary: "viewport",
|
||||
trigger: "hover"
|
||||
});
|
||||
|
||||
// Set number of operations in various places in the DOM
|
||||
document.querySelectorAll(".num-ops").forEach(el => {
|
||||
el.innerHTML = Object.keys(this.app.operations).length;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue