diff --git a/files/assets/js/comments_v.js b/files/assets/js/comments_v.js index 0a11a3f956..01a253d267 100644 --- a/files/assets/js/comments_v.js +++ b/files/assets/js/comments_v.js @@ -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' }