We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca1d45 commit 5e81939Copy full SHA for 5e81939
esp3d/data/printer.tpl
@@ -841,6 +841,7 @@ document.getElementById('file-select').value="";
841
var jsonresponse = JSON.parse(xmlhttp.responseText);
842
dispatchfilestatus(jsonresponse);
843
canrefresh = true;
844
+refreshSDfiles();
845
} else alert('An error occurred!');
846
}
847
xmlhttp.send(formData);
0 commit comments