🐛 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

@ -89,7 +89,7 @@
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
<form class="form-inline"> <form class="form-inline">
<input type="text" id="commentValidate" class="form-control"/> <input type="text" id="commentValidate" class="form-control"/>
<img id="captcha" alt="validate" src="${servePath}/captcha.do" /> <img id="captcha" alt="validate" src="${servePath}/captcha.do" />
</form> </form>
@ -152,8 +152,8 @@
// + commentOriginalCommentName + '</a>'; // + commentOriginalCommentName + '</a>';
// } // }
commentHTML += '<span class="gray">•' + result.commentDate.substring(2, 16) commentHTML += '<span class="gray"> ' + result.commentDate.substring(2, 16)
+ '• <a rel="nofollow" href="javascript:replyTo(' + ' • <a rel="nofollow" href="javascript:replyTo('
+ result.oId + ');">Reply</a></span></div><div class="row">' + + result.oId + ');">Reply</a></span></div><div class="row">' +
Util.replaceEmString($("#comment" + state).val()) + '</div>'; Util.replaceEmString($("#comment" + state).val()) + '</div>';