From 09de341f2c8f4aa6b8665eaa6bf711f62ee459a1 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 21 Mar 2017 15:10:35 +0100 Subject: [PATCH] security/acme-client: remove useless else clause --- .../src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt | 1 - 1 file changed, 1 deletion(-) diff --git a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt index 034406368..68def86c4 100644 --- a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt +++ b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt @@ -55,7 +55,6 @@ POSSIBILITY OF SUCH DAMAGE. $(".table_optional").hide(); if (($("#action\\.type").val() == 'configd') || ($("#action\\.type").val() == 'custom')) { $("."+service_id).show(); - } else { } }); $("#action\\.type").change(function(){