Merge pull request #3717 from phil-davis/patch-11

This commit is contained in:
Renato Botelho 2017-05-26 11:54:38 -03:00
commit 8b8fb93d41

View File

@ -471,8 +471,6 @@ events.push(function() {
hideInput('ttl', false);
break;
case "namecheap":
case "cloudflare-v6":
case "cloudflare":
case "gratisdns":
case "hover":
hideGroupInput('domainname', false);
@ -505,7 +503,7 @@ events.push(function() {
break;
case "cloudflare-v6":
case "cloudflare":
hideGroupInput('domainname', true);
hideGroupInput('domainname', false);
hideInput('resultmatch', true);
hideInput('updateurl', true);
hideInput('requestif', true);
@ -517,6 +515,7 @@ events.push(function() {
hideCheckbox('proxied', false);
hideInput('zoneid', true);
hideInput('ttl', true);
break;
default:
hideGroupInput('domainname', true);
hideInput('resultmatch', true);