From 5ce6ce4b1ad850e70d5a2fe218317b1a1b545907 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 1 May 2017 22:37:57 +0545 Subject: Integrate various cloudflare changes --- src/usr/local/www/services_dyndns_edit.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 173b3bb..f2b5701 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -469,8 +469,6 @@ events.push(function() { hideInput('ttl', false); break; case "namecheap": - case "cloudflare-v6": - case "cloudflare": case "gratisdns": case "hover": hideGroupInput('domainname', false); @@ -488,7 +486,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); -- cgit v1.1 From d900381c9384676462c91c0b2e7e59ec42723237 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 25 May 2017 06:18:28 +0545 Subject: Add missing break for cloudflare case --- src/usr/local/www/services_dyndns_edit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr') diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index f2b5701..2952729 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -498,6 +498,7 @@ events.push(function() { hideCheckbox('proxied', false); hideInput('zoneid', true); hideInput('ttl', true); + break; default: hideGroupInput('domainname', true); hideInput('resultmatch', true); -- cgit v1.1