web: clear attachement value

This commit is contained in:
King Kévin 2023-01-31 03:43:41 +01:00
parent ebe52f2d38
commit 5dd669e716
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ function clear()
const body = document.getElementById(table);
body.innerHTML = null;
}
// cleat attachment
const input = document.getElementById('attachment');
input.value = "";
}
function select_part()