Minor bug fixes

This commit is contained in:
Rob Moran
2018-01-06 21:34:29 +00:00
parent 7cd41ba48b
commit 74c26dadec
2 changed files with 28 additions and 13 deletions

View File

@@ -253,6 +253,7 @@
.then(() => {
setStatus("Update complete!");
setTransfer();
fileEl.value = "";
})
.catch(error => {
statusEl.style.visibility = "hidden";