1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

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

View File

@@ -129,7 +129,6 @@ function submitData() {
});
}
function fetchData() {
// Make a GET request to retrieve the data.json file
fetch("./getData")