From 6b3a409dc25f8f8f8e8d11ce4d07250934c48b3d Mon Sep 17 00:00:00 2001 From: hael Date: Tue, 18 Mar 2025 23:49:18 +0100 Subject: [PATCH] vpn cancel button --- manage.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manage.html b/manage.html index 5ab68a3..9ed8367 100644 --- a/manage.html +++ b/manage.html @@ -66,7 +66,8 @@
- +   +
@@ -472,6 +473,10 @@ jQuery(document).ready(function(){ jQuery('#settings').hide(); }); + jQuery('#vpn_cancel_btn').click(function() { + jQuery('#vpn').hide(); + }); + jQuery('#update_btn').click(function() { jQuery('#updates').html('Looking for updates... Please wait...'); get_updates();