debugging

pull/90/head
Aevann 2023-01-22 07:56:22 +02:00
parent 744f6ab437
commit 2448c3104f
1 changed files with 1 additions and 0 deletions

View File

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