security/acme-client: remove useless else clause

This commit is contained in:
Frank Wall 2017-03-21 15:10:35 +01:00
parent 5b4bdb0fa6
commit 09de341f2c

View file

@ -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(){