summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase1.php')
-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