mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Use proper booleans instead of relying on truthy/falsy values
This commit is contained in:
parent
4c3324aea1
commit
7f4b2574b0
5 changed files with 27 additions and 15 deletions
|
@ -60,7 +60,8 @@ class Lorenz extends Operation {
|
|||
},
|
||||
{
|
||||
name: "KT-Schalter",
|
||||
type: "boolean"
|
||||
type: "boolean",
|
||||
value: false
|
||||
},
|
||||
{
|
||||
name: "Mode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue