Revision dbef7a85
Added by Steve Beaver almost 8 years ago
src/usr/local/www/vpn_ipsec_phase1.php | ||
---|---|---|
1156 | 1156 |
}); |
1157 | 1157 |
|
1158 | 1158 |
// authentication method |
1159 |
$('#authentication_method').click(function () {
|
|
1159 |
$('#authentication_method').change(function () {
|
|
1160 | 1160 |
methodsel_change(); |
1161 | 1161 |
}); |
1162 | 1162 |
|
1163 |
// authentication method
|
|
1163 |
// algorithm
|
|
1164 | 1164 |
$('#ealgo').change(function () { |
1165 | 1165 |
ealgosel_change(<?=$keyset?>); |
1166 | 1166 |
}); |
Also available in: Unified diff
Authentication selector JavaScript changed to eliminate lag