From 67c04aa858e3086ddf836bb5c77e3b55b11cf526 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Thu, 24 Feb 2022 17:01:25 -0600 Subject: [PATCH] Fix --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 443f428..6fd408d 100644 --- a/index.html +++ b/index.html @@ -123,9 +123,7 @@ document.getElementById('uploadf').style.display = "none"; document.getElementBy if (! q) { return; }; - while(document.body.firstChild) { - document.body.removeChild(document.body.firstChild); - }; + a.remove(); resolve(q); }; a.appendChild(submit);