mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
added fieldset to ask for progress in case the
user reloads the page
This commit is contained in:
@ -151,3 +151,7 @@ modalOverlay.addEventListener("click", (e) => {
|
||||
modalOverlay.classList.add("hidden");
|
||||
}
|
||||
});
|
||||
|
||||
document.getElementById("request-status").onclick = () => {
|
||||
url.reportValidity();
|
||||
};
|
||||
|
Reference in New Issue
Block a user