We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f30fc4 commit 1d9cee7Copy full SHA for 1d9cee7
comments.html
@@ -258,7 +258,7 @@
258
body: {
259
"post_id": postfed.post.post.id,
260
"content": `${document.getElementById("commentinput").value}`,
261
- "path": compath
+ "parent_id": compath
262
}
263
})
264
});
@@ -377,7 +377,7 @@
377
<span style="color: ${dislikecolor};" id="down${comment.comment.id}">${comment.counts.downvotes}</span>
378
</div>
379
<div class="counter">
380
- <button onclick="pathzero(${comment.comment.path}, 'table', 'you answering on the comment ${cerotinicosi}')">💬</button>
+ <button onclick="pathzero(${comment.comment.id}, 'table', 'you answering on the comment ${cerotinicosi}')">💬</button>
381
382
383
`;
0 commit comments