stability improvements

This commit is contained in:
Sebastien
2019-10-29 19:02:40 -04:00
parent 2f042d25a8
commit 113e7be398
2 changed files with 30 additions and 6 deletions

View File

@@ -572,7 +572,7 @@ function checkStatus(){
//update wait screen
$( "#loading" ).hide();
$( "#connect-success" ).text("<p>Your IP address now is: " + data["ip"] + "</p>");
$( "#connect-success" ).text("Your IP address now is: " + data["ip"] );
$( "#connect-success" ).show();
$( "#connect-fail" ).hide();