From 17934e2b82a9f3db8919f51dce6d5af41dffff36 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 19:29:49 +0200 Subject: [PATCH] fdfd --- files/templates/comments.html | 4 ---- files/templates/default.html | 1 - 2 files changed, 5 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 69381b767..d826e15c3 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -183,10 +183,6 @@   - Cancel Reply diff --git a/files/templates/default.html b/files/templates/default.html index 856c274ce..07b74db07 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -526,7 +526,6 @@ form.append('formkey', formkey()); form.append('parent_id', id); form.append('body', document.getElementById('reply-form-body-'+id).value); - form.append('file', document.getElementById('file-upload-reply-'+id).files[0]); var xhr = new XMLHttpRequest(); xhr.open("post", "/reply"); xhr.withCredentials=true;