summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index caf7b46..4bf6bfe 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -1029,17 +1029,17 @@ events.push(function() {
});
// Mode
- $('#mode').click(function () {
+ $('#mode').change(function () {
mode_change();
});
// Use proxy
- $('#proxy_authtype').click(function () {
+ $('#proxy_authtype').change(function () {
useproxy_changed();
});
// Tun/tap
- $('#dev_mode').click(function () {
+ $('#dev_mode').change(function () {
dev_mode_change();
});
OpenPOWER on IntegriCloud