summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil@jankaritech.com>2017-05-25 06:18:28 +0545
committerjim-p <jimp@pfsense.org>2017-06-21 09:56:37 -0400
commitaaf137f88fd8c50edb8b3e353662301938940f5e (patch)
treef31c7b38692b5edd774359ff7bd1fba9b62763ff
parenta5ea22544877d49c4c0901e5c0cc0741de63133c (diff)
downloadpfsense-aaf137f88fd8c50edb8b3e353662301938940f5e.zip
pfsense-aaf137f88fd8c50edb8b3e353662301938940f5e.tar.gz
Add missing break for cloudflare case
(cherry picked from commit d900381c9384676462c91c0b2e7e59ec42723237) (cherry picked from commit 2c4865e3fa05cf589891304933fa414a58381261)
-rw-r--r--src/usr/local/www/services_dyndns_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 0cc4947..f6b51cf 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -533,6 +533,7 @@ events.push(function() {
hideCheckbox('proxied', false);
hideInput('zoneid', true);
hideInput('ttl', true);
+ break;
default:
hideGroupInput('domainname', true);
hideInput('resultmatch', true);
OpenPOWER on IntegriCloud