bugfix for connection loop

This commit is contained in:
NoobishSVK
2024-03-21 15:40:40 +01:00
parent a06a9e8894
commit d2c84ce0b1
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -129,7 +129,6 @@ function submitData() {
});
}
function fetchData() {
// Make a GET request to retrieve the data.json file
fetch("./getData")