summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 3f14d51..f622c36 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -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);
OpenPOWER on IntegriCloud