rearranged, started using different wgsi server
This commit is contained in:
parent
8d78960f0b
commit
a2433e0e5e
3 changed files with 5 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ async function getFromServer(bodyInfo, source="", secure=false, password=adminPa
|
|||
if (e.toString().includes("TypeError: Failed to fetch")){
|
||||
alertText("Error: Can't Connect to Server (is the ip set?)")
|
||||
} else {
|
||||
alertText("Error: " + e);
|
||||
alertText(e);
|
||||
}
|
||||
const response=null;
|
||||
return response;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue