summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-09-19 13:46:07 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-09-19 13:46:07 -0400
commitdbef7a85819d3c971319de41d287f06419342105 (patch)
tree23fb644283334097eb3fd5204f42a56e2b959c3f /src/usr/local/www
parent09237040fd9a05415673a47d26e669b274981c2e (diff)
downloadpfsense-dbef7a85819d3c971319de41d287f06419342105.zip
pfsense-dbef7a85819d3c971319de41d287f06419342105.tar.gz
Authentication selector JavaScript changed to eliminate lag
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index b460991..aec75d4 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -1156,11 +1156,11 @@ events.push(function() {
});
// authentication method
- $('#authentication_method').click(function () {
+ $('#authentication_method').change(function () {
methodsel_change();
});
- // authentication method
+ // algorithm
$('#ealgo').change(function () {
ealgosel_change(<?=$keyset?>);
});
OpenPOWER on IntegriCloud