Adjust comment card indentation
This commit is contained in:
parent
a8045a9189
commit
b28378fb66
|
@ -311,14 +311,14 @@ registerNamespace("GW.Controls", function (ns)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
parent.insertAdjacentHTML("beforeend", `
|
parent.insertAdjacentHTML("beforeend", `
|
||||||
<gw-comment-card id="${this.idKey}-cmt-${comment.ID}"
|
<gw-comment-card id="${this.idKey}-cmt-${comment.ID}"
|
||||||
commentId="${comment.ID || ""}"
|
commentId="${comment.ID || ""}"
|
||||||
replyToId="${parentId || ""}"
|
replyToId="${parentId || ""}"
|
||||||
commenterName="${comment["Display Name"] || ""}"
|
commenterName="${comment["Display Name"] || ""}"
|
||||||
isoTimestamp="${comment.Timestamp.toISOString()}"
|
isoTimestamp="${comment.Timestamp.toISOString()}"
|
||||||
websiteURL="${comment.Website || ""}"
|
websiteURL="${comment.Website || ""}"
|
||||||
commentText="${comment.Comment || ""}"
|
commentText="${comment.Comment || ""}"
|
||||||
gwCommentFormId="${this.gwCommentFormId || ""}"
|
gwCommentFormId="${this.gwCommentFormId || ""}"
|
||||||
></gw-comment-card>
|
></gw-comment-card>
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue