upload.js: when removing an attachment, delete the div
authorArt Cancro <ajc@citadel.org>
Tue, 21 Nov 2023 00:00:13 +0000 (19:00 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 21 Nov 2023 00:00:13 +0000 (19:00 -0500)
commit971823f82e72a06e6096606d2063f0836886ffbb
tree0b1ab79022357a391fd23d72554cbeae54963250
parentc0342d49133f1fff5057077e513cdf02f3123746
upload.js: when removing an attachment, delete the div

This is handled the usual way, when we get a successful response from
the HTTP DELETE method, it triggers the removal of the list element
showing the attachment.
webcit-ng/static/js/upload.js
webcit-ng/static/js/view_mail.js