From 8a6261b30ca723944cc4c5fcd2cb84361c007b35 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 8 Jun 2016 11:23:17 +0930 Subject: Fix #6463 Dest net alias matching on page load Do not set destination field to use customarray Note: dstbeginport_cust does not exist on this page, so I got removed it here also to avoid future confusion. --- src/usr/local/www/firewall_nat_out_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www') diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php index 111fe39..c0c448a 100644 --- a/src/usr/local/www/firewall_nat_out_edit.php +++ b/src/usr/local/www/firewall_nat_out_edit.php @@ -804,7 +804,7 @@ events.push(function() { source: addressarray }); - $('#dstbeginport_cust, #sourceport, #destination, #dstport').autocomplete({ + $('#sourceport, #dstport').autocomplete({ source: customarray }); }); -- cgit v1.1