1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 15:20:09 +01:00

v20210402.2

This commit is contained in:
Donald Cheng Hong Zou 2021-04-02 22:22:41 -04:00
parent b95f391f02
commit 7e770b9b5d

View File

@ -259,6 +259,7 @@
success: function(response){
if (response == ""){
$("#setting_modal .peer_name").html("Untitled Peer");
$("#peer_name_textbox").val("")
}else{
$("#setting_modal .peer_name").html(response);
$("#peer_name_textbox").val(response)