mirror of
https://github.com/gchq/CyberChef
synced 2026-01-17 16:03:39 +00:00
Wording and stats improvements
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user