mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
v20210402.2
This commit is contained in:
parent
b95f391f02
commit
7e770b9b5d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user