diff --git a/nodes/core/logic/10-switch.html b/nodes/core/logic/10-switch.html index a1a6b8d3a..80f4540df 100644 --- a/nodes/core/logic/10-switch.html +++ b/nodes/core/logic/10-switch.html @@ -98,7 +98,7 @@ if (rule) { for (var i=0;i').appendTo(container); var row2 = $('
',{style:"padding-top: 5px; padding-left: 175px;"}).appendTo(container); @@ -196,7 +196,7 @@ if (type === "regex") { row2.show(); row3.hide(); - } else if (type === "btwn"){ + } else if (type === "btwn") { row2.hide(); row3.show(); } else {