Skip to content

Commit

Permalink
v20210402.2
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldzou committed Apr 3, 2021
1 parent b95f391 commit 7e770b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ <h5 class="peer_name"></h5>
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)
Expand Down

0 comments on commit 7e770b9

Please sign in to comment.