summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-06-08 11:23:17 +0930
committerChris Buechler <cmb@pfsense.org>2016-06-08 19:29:54 -0400
commit00ad639081312a8e125f4fe35812ebb7ca258d75 (patch)
treed99f2844b12df3293d2bdf58e5fe1085488dfb11 /src
parentd9f088f5a501b975935bb1eeedb3fd16a82a6105 (diff)
downloadpfsense-00ad639081312a8e125f4fe35812ebb7ca258d75.zip
pfsense-00ad639081312a8e125f4fe35812ebb7ca258d75.tar.gz
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.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
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
});
});
OpenPOWER on IntegriCloud