remove unnecessary line

pull/142/head
Aevann 2023-03-19 14:09:11 +02:00
parent d0262386c7
commit a85ffd252d
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ function toggleReplyBox(id) {
text = text.split('> Reply')[0]
text = text.replace(/\*/g,"\\*")
if (!ta.value.endsWith('\n')) ta.value += '\n'
ta.value += text
if (!ta.value.endsWith('\n')) ta.value += '\n'
}