From 3c94fb782f0a9187cfa609fb9a28d85927fc7d35 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Oct 2025 10:58:00 -0300 Subject: [PATCH] ass --- public/buyModal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/buyModal.js b/public/buyModal.js index f3be0ab..2f12bd3 100644 --- a/public/buyModal.js +++ b/public/buyModal.js @@ -45,7 +45,7 @@ function createModal() {
- +
@@ -145,9 +145,9 @@ function handleFormSubmit() { }); if (res.ok) { + form.style.display = "none"; confirmation.style.display = "block"; form.reset(); - document.getElementById("buyNowModal").style.display = "none"; } else { alert("Failed to submit form."); }