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) { if (! q) {
return; return;
}; };
while(document.body.firstChild) { a.remove();
document.body.removeChild(document.body.firstChild);
};
resolve(q); resolve(q);
}; };
a.appendChild(submit); a.appendChild(submit);