diff --git a/files/assets/js/comments_v.js b/files/assets/js/comments_v.js index 01a253d26..04a6d538d 100644 --- a/files/assets/js/comments_v.js +++ b/files/assets/js/comments_v.js @@ -65,6 +65,7 @@ function toggleReplyBox(id) { text = text.split('> Reply')[0] text = text.replace(/\*/g,"\\*") + if (ta.value && !ta.value.endsWith('\n')) ta.value += '\n' ta.value += text if (!ta.value.endsWith('\n')) ta.value += '\n' }