fsdsfd
This commit is contained in:
parent
6124a06eb9
commit
417b35e8b3
1 changed files with 1 additions and 1 deletions
|
@ -77,8 +77,8 @@ function openReplyBox(id) {
|
||||||
if (text)
|
if (text)
|
||||||
{
|
{
|
||||||
textarea.value = '>' + text
|
textarea.value = '>' + text
|
||||||
if (!textarea.value.endsWith('\n\n')) textarea.value += '\n\n'
|
|
||||||
textarea.value = textarea.value.replace(/\n\n/g,"\n\n>")
|
textarea.value = textarea.value.replace(/\n\n/g,"\n\n>")
|
||||||
|
if (!textarea.value.endsWith('\n\n')) textarea.value += '\n\n'
|
||||||
}
|
}
|
||||||
element.classList.remove('d-none')
|
element.classList.remove('d-none')
|
||||||
textarea.focus()
|
textarea.focus()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue