🐛 async reply space

This commit is contained in:
Vanessa 2017-04-13 09:18:57 +08:00
parent 75fa89be8a
commit 8297310d51
1 changed files with 3 additions and 3 deletions

View File

@ -152,8 +152,8 @@
// + commentOriginalCommentName + '</a>';
// }
commentHTML += '<span class="gray">•' + result.commentDate.substring(2, 16)
+ '• <a rel="nofollow" href="javascript:replyTo('
commentHTML += '<span class="gray"> ' + result.commentDate.substring(2, 16)
+ ' • <a rel="nofollow" href="javascript:replyTo('
+ result.oId + ');">Reply</a></span></div><div class="row">' +
Util.replaceEmString($("#comment" + state).val()) + '</div>';