diff --git a/public/index.html b/public/index.html index 6adad7b..e15336c 100644 --- a/public/index.html +++ b/public/index.html @@ -51,6 +51,15 @@ +
+ Get status of ongoing process + + +

+ + +
+

Processing answers...

diff --git a/public/js/index.js b/public/js/index.js index 24f5886..656f6a9 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -151,3 +151,7 @@ modalOverlay.addEventListener("click", (e) => { modalOverlay.classList.add("hidden"); } }); + +document.getElementById("request-status").onclick = () => { + url.reportValidity(); +};