summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-29 08:34:21 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-29 08:34:41 -0500
commit1311f25eef75df6387ee5cf6c9b45bb251b7666f (patch)
tree506f5f480783f2619013535e7ab52799efa8413c /src/usr/local/www/firewall_nat_edit.php
parent3a335f0798cae05f86d61a43148fd0efc83408d7 (diff)
downloadpfsense-1311f25eef75df6387ee5cf6c9b45bb251b7666f.zip
pfsense-1311f25eef75df6387ee5cf6c9b45bb251b7666f.tar.gz
Fixed #5710
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index 2e34597..f06f84f 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -1056,11 +1056,11 @@ events.push(function() {
disableInput('srcendport', true);
disableInput('dstbeginport', true);
disableInput('dstendport', true);
- disableInput('localbeginport_cust', true);
+// disableInput('localbeginport_cust', true);
} else {
disableInput('srcbeginport', false);
disableInput('srcendport', false);
- disableInput('localbeginport_cust', false);
+// disableInput('localbeginport_cust', false);
if (dstenabled) {
disableInput('dstbeginport', false);
disableInput('dstendport', false);
OpenPOWER on IntegriCloud