This commit is contained in:
Aevann1 2021-10-16 11:45:13 +02:00
parent cb858c269c
commit 855dac41c9
6 changed files with 4 additions and 6 deletions

View file

@ -109,7 +109,6 @@ function delete_commentModal(id) {
this.innerHTML='<span class="spinner-border spinner-border-sm mr-2" role="status" aria-hidden="true"></span>Deleting comment';
this.disabled = true;
post('/delete/comment/' + id)
location.reload();
}
};