remove link to replies
This commit is contained in:
parent
50a0734d65
commit
120b46dd22
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
);
|
||||
document.getElementById(
|
||||
"page-replies"
|
||||
).innerHTML = `• <a href="#replies">${replies.length} replies</a>`;
|
||||
).innerHTML = `• ${replies.length} replies`;
|
||||
|
||||
// render to replies section
|
||||
const repliesTable = document.createElement("table");
|
||||
|
|
Loading…
Reference in a new issue