Fixed numerous issues with unicode headers and filenames

This commit is contained in:
Vadim Likholetov 2023-12-10 18:32:51 +02:00
parent 8456762c0f
commit db8e5ef18d

View File

@ -163,12 +163,6 @@
value="{{ sar.SARCall.id }}">
</form>
<script>
// When the "Upload Attachment" button is clicked, trigger the file input
document.getElementById('uploadButton').addEventListener('click', function () {
document.getElementById('attachmentInput').click();
});
</script>
{% endif %}