debugging

pull/90/head
Aevann 2023-01-22 07:55:29 +02:00
parent 6d501fc7ad
commit 744f6ab437
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ function quote(t) {
document.getElementById('QuotedUser').innerHTML = username
const id = t.parentElement.parentElement.parentElement.id
console.log(id)
document.getElementById('quotes_id').value = id
document.getElementById('QuotedMessageLink').href = `#${id}`