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();