From 34891a27425b5cbf0088171071989a781a2c4b0d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 23 Jan 2017 08:45:42 +0545 Subject: firewal_nat_edit function name typo This unrelated fix is in a big diff listing of other stuff related to a proposed RADIUS enhancement https://github.com/pfsense/pfsense/pull/3407/files#diff-f080be89fa12ff3c28d7467b12985d09 The accidental typo should be fixed, rather than getting stuck in that other PR. --- src/usr/local/www/firewall_nat_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr') diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php index c1cc5b8..3833a1d 100644 --- a/src/usr/local/www/firewall_nat_edit.php +++ b/src/usr/local/www/firewall_nat_edit.php @@ -1111,7 +1111,7 @@ events.push(function() { disableInput('localbeginport', true); disableInput('localbeginport_cust', true); disableInput('dstendport_cust', false); - ddisableInput('localbeginport', false); + disableInput('localbeginport', false); disableInput('localbeginport_cust', false); } -- cgit v1.1