forked from MarseyWorld/MarseyWorld
remove unnecessary line
parent
d0262386c7
commit
a85ffd252d
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue