Skip to content
Snippets Groups Projects
Verified Commit 8da194cc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix upload page

parent e11ca898
Branches
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ element.addEventListener("change", () => { ...@@ -55,7 +55,7 @@ element.addEventListener("change", () => {
image_description.dataset["multiline"] = "true"; image_description.dataset["multiline"] = "true";
image_container.appendChild(image_description); image_container.appendChild(image_description);
results.insertBefore(image_container, sidebar); results.appendChild(image_container);
initFakeInput(); initFakeInput();
const data = new FormData(); const data = new FormData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment