From d06f2772f2631dabbfbf096c2c31f84f35e58fb7 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 12:05:31 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 1bc6c252e..19e71c2ae 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -703,7 +703,7 @@ xhr.onload=function(){ if (xhr.status==200) { el.innerHTML = xhr.response; - btn.classList.toggle('hidden'); + btn.classList.style('display: none'); } else { btn.disabled = false; }