Fixing the database to sort of working again

This commit is contained in:
Niels
2025-06-21 10:29:47 +02:00
parent 8d60f07459
commit c7c6065ca2
6 changed files with 19 additions and 36 deletions
+1
View File
@@ -9,6 +9,7 @@ Item {
ready = false
request(source, function (o) {
//console.log(o.responseText);
simple = eval('new Object(' + o.responseText + ')');ready = true;
});