This commit is contained in:
Ethan O'Brien 2022-02-24 17:01:25 -06:00 committed by GitHub
parent 0959d9c6fd
commit 67c04aa858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);