Put back missing refresh SD files list after upload

This commit is contained in:
luc lebosse 2017-03-29 09:40:47 +02:00
parent 2ca1d45111
commit 5e81939a57

View File

@ -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);