mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-27 21:00:57 +03:00
stability improvements
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user