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

Minor UI fix

parent 998147dc
Branches
Tags
No related merge requests found
...@@ -25,6 +25,7 @@ let hasChangedEver = false; ...@@ -25,6 +25,7 @@ let hasChangedEver = false;
const currentState = () => { const currentState = () => {
const data = new FormData(document.forms.namedItem("upload")); const data = new FormData(document.forms.namedItem("upload"));
data.append("from_js", "true"); data.append("from_js", "true");
return data;
}; };
const doSave = () => { const doSave = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment