##// END OF EJS Templates
Add a line break after quote insertion
neko259 -
r631:1d3b449c default
parent child Browse files
Show More
@@ -38,7 +38,7 b' function addQuickReply(postId) {'
38 38 var textToAdd = '>>' + postId + '\n\n';
39 39 var selection = window.getSelection().toString();
40 40 if (selection.length > 0) {
41 textToAdd += '> ' + selection;
41 textToAdd += '> ' + selection + '\n\n';
42 42 }
43 43
44 44 var textAreaId = 'textarea';
General Comments 0
You need to be logged in to leave comments. Login now