@@ -360,6 +360,7 @@ uploadZone.addEventListener('drop', (e) => {
});
function del(that){
+ console.log("123");
$(that).find(".image-card").remove();
}
</script>