summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-12 12:18:12 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-12 12:19:58 -0400
commit268daff5cd83cfbf5495876a340144ba97c82dc7 (patch)
tree144fc72708d3df1a046e2e426922da6595bb0850 /src/usr/local/www/firewall_nat_1to1_edit.php
parent382735ccf720a619e35a333676f549981adb5d30 (diff)
downloadpfsense-268daff5cd83cfbf5495876a340144ba97c82dc7.zip
pfsense-268daff5cd83cfbf5495876a340144ba97c82dc7.tar.gz
Fixed #6114
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php
index c76ef23..6932f10 100644
--- a/src/usr/local/www/firewall_nat_1to1_edit.php
+++ b/src/usr/local/www/firewall_nat_1to1_edit.php
@@ -284,7 +284,7 @@ include("head.inc");
function build_srctype_list() {
global $pconfig, $ifdisp;
- $list = array('any' => gettext('Any'), 'single' => gettext('Single host or alias'), 'network' => gettext('Network'));
+ $list = array('any' => gettext('Any'), 'single' => gettext('Single host'), 'network' => gettext('Network'));
$sel = is_specialnet($pconfig['src']);
@@ -577,11 +577,11 @@ events.push(function() {
// ---------- Click checkbox handlers ---------------------------------------------------------
- $('#srctype').click(function () {
+ $('#srctype').change(function () {
typesel_change();
});
- $('#dsttype').click(function () {
+ $('#dsttype').change(function () {
typesel_change();
});
OpenPOWER on IntegriCloud