summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-08 19:29:19 -0400
committerChris Buechler <cmb@pfsense.org>2016-06-08 19:29:19 -0400
commit33872ac0c1f63118a4a8e5c9ebe2854d7c867565 (patch)
tree1c56de681db43a3d3756c988396a576b33c403f1 /src/usr
parent50957283ec8c8f7d3d5df987654d1a19107bef50 (diff)
parentd4d8f29373f8d7396dfd0d1ead8b50cb713b1208 (diff)
downloadpfsense-33872ac0c1f63118a4a8e5c9ebe2854d7c867565.zip
pfsense-33872ac0c1f63118a4a8e5c9ebe2854d7c867565.tar.gz
Merge pull request #2998 from phil-davis/patch-5
Diffstat (limited to 'src/usr')
-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