2
0
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:
n1474335
2024-04-23 18:28:08 +01:00
parent 42ad9a49f3
commit e61d64f618
2 changed files with 12 additions and 7 deletions

View File

@@ -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;
});
}