v
This commit is contained in:
parent
4ce6da758b
commit
d1c79b2305
7 changed files with 26 additions and 16 deletions
|
@ -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)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue