do not reload the clients page after sending a config

This commit is contained in:
0xCA 2023-11-18 16:35:17 +05:00
parent 0abdb4564e
commit fe388c7dbe

View file

@ -702,8 +702,6 @@ Wireguard Clients
success: function(resp) {
$("#modal_email_client").modal('hide');
toastr.success('Sent email to client successfully');
// Refresh the home page (clients page) after sending email successfully
location.reload();
},
error: function(jqXHR, exception) {
const responseJson = jQuery.parseJSON(jqXHR.responseText);
@ -727,8 +725,6 @@ Wireguard Clients
success: function(resp) {
$("#modal_telegram_client").modal('hide');
toastr.success('Sent config via telegram to client successfully');
// Refresh the home page (clients page) after sending email successfully
location.reload();
},
error: function(jqXHR, exception) {
const responseJson = jQuery.parseJSON(jqXHR.responseText);