Added a confirmation text

This commit is contained in:
a-ill
2023-07-20 00:57:20 +03:00
parent 35b5865c25
commit ce86b318fd
22 changed files with 45 additions and 9873 deletions

View File

@@ -56,6 +56,7 @@ export function sendText(route,data,callback) {
callback(xhr.responseText)
}
} else {
callback(false)
// Oh no! There has been an error with the request!
}
}