mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-17 04:11:51 -07:00
Merge a05e648d6b into 4deaa0de20
This commit is contained in:
commit
a90b60cb9a
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ class Magic extends Operation {
|
|||
*/
|
||||
function chooseColour(val) {
|
||||
if (val < 3) return "green";
|
||||
if (val < 4) return "yellowgreen";
|
||||
if (val < 5) return "goldenrod";
|
||||
return "red";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue