Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit c481260638 - Show all commits

View File

@@ -66,7 +66,7 @@
xhr.open("GET", "/status", true);
xhr.onreadystatechange = function () {
if (this.status == 200) {
console.log(this.responseText);
// console.log(this.responseText);
if (this.responseText.length > 0) {
var status = JSON.parse(this.responseText);
// console.log(status)