forked from rDrama/rDrama
1
0
Fork 0

hide reply box after u reply to message

master
Aevann 2023-03-22 18:22:06 +02:00
parent 6401debafe
commit d55e32ecb3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function post_reply(id){
ta.value = ''
document.getElementById('message-reply-'+id).innerHTML = ''
toggleReplyBox('reply-message-c_'+id)
document.getElementById('reply-message-c_'+id).classList.add('d-none')
const input = ta.parentElement.querySelector('input[type="file"]')
input.previousElementSibling.innerHTML = '';