mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 11:27:50 +01:00
Reformat code
This commit is contained in:
parent
ea809023b5
commit
58f7c77281
@ -887,7 +887,7 @@ async function getStatus() {
|
|||||||
|
|
||||||
// We didn't get a 200 status code, but the endpoint has an explanation. Which means it DID connect, but I digress.
|
// We didn't get a 200 status code, but the endpoint has an explanation. Which means it DID connect, but I digress.
|
||||||
if (online_status == "no_connection" && data.response) {
|
if (online_status == "no_connection" && data.response) {
|
||||||
toastr.error(data.response, "API Error", {timeOut: 5000, preventDuplicates:true})
|
toastr.error(data.response, "API Error", { timeOut: 5000, preventDuplicates: true })
|
||||||
}
|
}
|
||||||
|
|
||||||
//console.log(online_status);
|
//console.log(online_status);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user