Compare commits

...

1 Commits
v1.1 ... v1.1.1

Author SHA1 Message Date
Donald Cheng Hong Zou
7e770b9b5d v20210402.2 2021-04-02 22:22:41 -04:00

View File

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