Reload on post

This commit is contained in:
2024-10-31 00:20:30 +01:00
parent 4317f237b5
commit 30a174c4da

View File

@@ -53,6 +53,7 @@ console.log(request);
kaput.classList.add("display-none");
note.innerText = "";
}
window.location.reload();
});
});
}