Skip to content

Commit 5e81939

Browse files
committed
Put back missing refresh SD files list after upload
1 parent 2ca1d45 commit 5e81939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp3d/data/printer.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@ document.getElementById('file-select').value="";
841841
var jsonresponse = JSON.parse(xmlhttp.responseText);
842842
dispatchfilestatus(jsonresponse);
843843
canrefresh = true;
844+
refreshSDfiles();
844845
} else alert('An error occurred!');
845846
}
846847
xmlhttp.send(formData);

0 commit comments

Comments
 (0)