Commit bc9e2e61 authored by Van's avatar Van

🐛 article comment remove

parent 9037b962
......@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.9, May 28, 2013
* @version 1.0.1.0, Mar 16, 2019
*/
admin.comment = {
......@@ -78,8 +78,8 @@ admin.comment = {
if (comments[i].commentOriginalCommentName) {
commentsHTML += "@" + comments[i].commentOriginalCommentName;
}
commentsHTML += "</span><span title='" + Label.removeLabel + "' class='fn__right deleteIcon' onclick=\"admin.comment.del('"
+ comments[i].oId + "', '" + fromId + "', '" + onId + "')\"></span><span class='fn__right'>&nbsp;&nbsp;"
commentsHTML += "</span><a title='" + Label.removeLabel + "' class='fn__right fn__pointer' href=\"javascript:admin.comment.del('"
+ comments[i].oId + "', '" + fromId + "', '" + onId + "')\">" + Label.removeLabel + "</a><span class='fn__right'>&nbsp;&nbsp;"
+ $.bowknot.getDate(comments[i].commentTime)
+ "&nbsp;</span><div class='fn__clear'></div></div><div class='fn__margin12'>"
+ contentHTML + "</div>";
......
This diff is collapsed.
......@@ -509,6 +509,7 @@ table.form th {
border-bottom: 1px solid #DFDFDF;
border-top: 1px solid #F9F9F9;
padding: 3px 6px 3px 12px;
line-height: 24px;
}
#comments {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment