From 8939a9c78696d3ee5f59833f3e520d964bb52b4b Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 27 Jun 2017 17:16:18 +0100 Subject: [PATCH] tiny bit of ; lint in switch node #ocd --- nodes/core/logic/10-switch.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {