mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 02:49:03 +08:00
Put back missing refresh SD files list after upload
This commit is contained in:
parent
2ca1d45111
commit
5e81939a57
@ -841,6 +841,7 @@ document.getElementById('file-select').value="";
|
|||||||
var jsonresponse = JSON.parse(xmlhttp.responseText);
|
var jsonresponse = JSON.parse(xmlhttp.responseText);
|
||||||
dispatchfilestatus(jsonresponse);
|
dispatchfilestatus(jsonresponse);
|
||||||
canrefresh = true;
|
canrefresh = true;
|
||||||
|
refreshSDfiles();
|
||||||
} else alert('An error occurred!');
|
} else alert('An error occurred!');
|
||||||
}
|
}
|
||||||
xmlhttp.send(formData);
|
xmlhttp.send(formData);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user