diff --git a/public/partdb.js b/public/partdb.js index bb96cad..5b92a5b 100644 --- a/public/partdb.js +++ b/public/partdb.js @@ -66,6 +66,9 @@ function clear() // clear properties const properties = document.getElementById('properties'); properties.innerHTML = null; + // clear attachments + const attachments = document.getElementById('attachments'); + attachments.innerHTML = null; } function select()