Fix reload to only happen on success

This commit is contained in:
2024-10-31 00:39:44 +01:00
parent 30a174c4da
commit b0767c8794

View File

@@ -52,8 +52,8 @@ console.log(request);
const kaput = document.querySelector("#kaput");
kaput.classList.add("display-none");
note.innerText = "";
}
window.location.reload();
}
});
});
}