diff --git a/js/main.js b/js/main.js index 81d18e7..bf085f4 100755 --- a/js/main.js +++ b/js/main.js @@ -250,6 +250,7 @@ function importFile(input){ // FIXME: show progress xhr.open("POST", "utils/import.php", true); xhr.send(new FormData(input.parentElement)); + input.value = ""; } function updateSummary(l, d, s) {