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

@ -140,8 +140,8 @@ function post_reply(id){
}
catch(e) {console.log(e)}
new bootstrap.Toast(document.getElementById('toast-post-error')).show();
btn.classList.remove('disabled');
}
btn.classList.remove('disabled');
}
xhr.send(form)
}
@ -173,8 +173,8 @@ function comment_edit(id){
}
catch(e) {console.log(e)}
new bootstrap.Toast(document.getElementById('toast-post-error')).show();
btn.classList.remove('disabled');
}
btn.classList.remove('disabled');
}
xhr.send(form)
}
@ -207,8 +207,8 @@ function post_comment(fullname){
}
catch(e) {console.log(e)}
new bootstrap.Toast(document.getElementById('toast-post-error')).show();
btn.classList.remove('disabled');
}
btn.classList.remove('disabled');
}
xhr.send(form)
}