Use Route53 options for IPv6 as well

Without it, when selecting Route53 v6, the options needed for Route53 would not be shown
This commit is contained in:
theq86
2018-01-23 07:45:02 +01:00
committed by Franco Fichtner
parent fc713c3f04
commit 73339950fa
@@ -188,6 +188,7 @@ include("head.inc");
$(".type_custom").show();
break;
case "route53":
case "route53-v6":
$(".type_route53").show();
break;
default: