This commit is contained in:
Aevann1 2022-01-28 00:43:59 +02:00
parent 4ce6da758b
commit d1c79b2305
7 changed files with 26 additions and 16 deletions

View file

@ -17,6 +17,7 @@ function report_postModal(id) {
xhr.onload=function() {
document.getElementById("reportPostFormBefore").classList.add('d-none');
document.getElementById("reportPostFormAfter").classList.remove('d-none');
this.disabled = false;
};
xhr.onerror=function(){alert(errortext)};